Uses of Class
com.amazonaws.services.ec2.model.ReplaceNetworkAclAssociationRequest
-
Packages that use ReplaceNetworkAclAssociationRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of ReplaceNetworkAclAssociationRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type ReplaceNetworkAclAssociationRequest Modifier and Type Method Description Future<ReplaceNetworkAclAssociationResult>
AbstractAmazonEC2Async. replaceNetworkAclAssociationAsync(ReplaceNetworkAclAssociationRequest request, AsyncHandler<ReplaceNetworkAclAssociationRequest,ReplaceNetworkAclAssociationResult> asyncHandler)
Future<ReplaceNetworkAclAssociationResult>
AmazonEC2Async. replaceNetworkAclAssociationAsync(ReplaceNetworkAclAssociationRequest replaceNetworkAclAssociationRequest, AsyncHandler<ReplaceNetworkAclAssociationRequest,ReplaceNetworkAclAssociationResult> asyncHandler)
Changes which network ACL a subnet is associated with.Future<ReplaceNetworkAclAssociationResult>
AmazonEC2AsyncClient. replaceNetworkAclAssociationAsync(ReplaceNetworkAclAssociationRequest request, AsyncHandler<ReplaceNetworkAclAssociationRequest,ReplaceNetworkAclAssociationResult> asyncHandler)
-
Uses of ReplaceNetworkAclAssociationRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ReplaceNetworkAclAssociationRequest Modifier and Type Method Description ReplaceNetworkAclAssociationRequest
ReplaceNetworkAclAssociationRequest. clone()
ReplaceNetworkAclAssociationRequest
ReplaceNetworkAclAssociationRequest. withAssociationId(String associationId)
The ID of the current association between the original network ACL and the subnet.ReplaceNetworkAclAssociationRequest
ReplaceNetworkAclAssociationRequest. withNetworkAclId(String networkAclId)
The ID of the new network ACL to associate with the subnet.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ReplaceNetworkAclAssociationRequest Modifier and Type Method Description Request<ReplaceNetworkAclAssociationRequest>
ReplaceNetworkAclAssociationRequest. getDryRunRequest()
This method is intended for internal use only.
-