Uses of Class
com.amazonaws.services.ec2.model.ReplaceNetworkAclAssociationRequest
Packages that use ReplaceNetworkAclAssociationRequest
-
Uses of ReplaceNetworkAclAssociationRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type ReplaceNetworkAclAssociationRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.replaceNetworkAclAssociation(ReplaceNetworkAclAssociationRequest request) AmazonEC2.replaceNetworkAclAssociation(ReplaceNetworkAclAssociationRequest replaceNetworkAclAssociationRequest) Changes which network ACL a subnet is associated with.AmazonEC2Client.replaceNetworkAclAssociation(ReplaceNetworkAclAssociationRequest replaceNetworkAclAssociationRequest) Changes which network ACL a subnet is associated with.AbstractAmazonEC2Async.replaceNetworkAclAssociationAsync(ReplaceNetworkAclAssociationRequest request) AbstractAmazonEC2Async.replaceNetworkAclAssociationAsync(ReplaceNetworkAclAssociationRequest request, AsyncHandler<ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult> asyncHandler) AmazonEC2Async.replaceNetworkAclAssociationAsync(ReplaceNetworkAclAssociationRequest replaceNetworkAclAssociationRequest) Changes which network ACL a subnet is associated with.AmazonEC2Async.replaceNetworkAclAssociationAsync(ReplaceNetworkAclAssociationRequest replaceNetworkAclAssociationRequest, AsyncHandler<ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult> asyncHandler) Changes which network ACL a subnet is associated with.AmazonEC2AsyncClient.replaceNetworkAclAssociationAsync(ReplaceNetworkAclAssociationRequest request) AmazonEC2AsyncClient.replaceNetworkAclAssociationAsync(ReplaceNetworkAclAssociationRequest request, AsyncHandler<ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type ReplaceNetworkAclAssociationRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.replaceNetworkAclAssociationAsync(ReplaceNetworkAclAssociationRequest request, AsyncHandler<ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult> asyncHandler) AmazonEC2Async.replaceNetworkAclAssociationAsync(ReplaceNetworkAclAssociationRequest replaceNetworkAclAssociationRequest, AsyncHandler<ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult> asyncHandler) Changes which network ACL a subnet is associated with.AmazonEC2AsyncClient.replaceNetworkAclAssociationAsync(ReplaceNetworkAclAssociationRequest request, AsyncHandler<ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult> asyncHandler) -
Uses of ReplaceNetworkAclAssociationRequest in com.amazonaws.services.ec2.model
Classes in com.amazonaws.services.ec2.model that implement interfaces with type arguments of type ReplaceNetworkAclAssociationRequestModifier and TypeClassDescriptionclassContains the parameters for ReplaceNetworkAclAssociation.Methods in com.amazonaws.services.ec2.model that return ReplaceNetworkAclAssociationRequestModifier and TypeMethodDescriptionReplaceNetworkAclAssociationRequest.clone()ReplaceNetworkAclAssociationRequest.withAssociationId(String associationId) The ID of the current association between the original network ACL and the subnet.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 ReplaceNetworkAclAssociationRequestModifier and TypeMethodDescriptionReplaceNetworkAclAssociationRequest.getDryRunRequest()This method is intended for internal use only.