Uses of Interface
software.amazon.awssdk.services.ec2.model.ReplaceNetworkAclAssociationRequest.Builder
Packages that use ReplaceNetworkAclAssociationRequest.Builder
Package
Description
-
Uses of ReplaceNetworkAclAssociationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ReplaceNetworkAclAssociationRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.replaceNetworkAclAssociation(Consumer<ReplaceNetworkAclAssociationRequest.Builder> replaceNetworkAclAssociationRequest) Changes which network ACL a subnet is associated with.Ec2Client.replaceNetworkAclAssociation(Consumer<ReplaceNetworkAclAssociationRequest.Builder> replaceNetworkAclAssociationRequest) Changes which network ACL a subnet is associated with. -
Uses of ReplaceNetworkAclAssociationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ReplaceNetworkAclAssociationRequest.BuilderModifier and TypeMethodDescriptionReplaceNetworkAclAssociationRequest.Builder.associationId(String associationId) The ID of the current association between the original network ACL and the subnet.ReplaceNetworkAclAssociationRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ReplaceNetworkAclAssociationRequest.Builder.networkAclId(String networkAclId) The ID of the new network ACL to associate with the subnet.ReplaceNetworkAclAssociationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ReplaceNetworkAclAssociationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ReplaceNetworkAclAssociationRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ReplaceNetworkAclAssociationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReplaceNetworkAclAssociationRequest.Builder>ReplaceNetworkAclAssociationRequest.serializableBuilderClass()