Uses of Interface
software.amazon.awssdk.services.ec2.model.DisassociateNatGatewayAddressRequest.Builder
Packages that use DisassociateNatGatewayAddressRequest.Builder
Package
Description
-
Uses of DisassociateNatGatewayAddressRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DisassociateNatGatewayAddressRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.disassociateNatGatewayAddress(Consumer<DisassociateNatGatewayAddressRequest.Builder> disassociateNatGatewayAddressRequest) Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway.Ec2Client.disassociateNatGatewayAddress(Consumer<DisassociateNatGatewayAddressRequest.Builder> disassociateNatGatewayAddressRequest) Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway. -
Uses of DisassociateNatGatewayAddressRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DisassociateNatGatewayAddressRequest.BuilderModifier and TypeMethodDescriptionDisassociateNatGatewayAddressRequest.Builder.associationIds(String... associationIds) The association IDs of EIPs that have been associated with the NAT gateway.DisassociateNatGatewayAddressRequest.Builder.associationIds(Collection<String> associationIds) The association IDs of EIPs that have been associated with the NAT gateway.DisassociateNatGatewayAddressRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DisassociateNatGatewayAddressRequest.Builder.maxDrainDurationSeconds(Integer maxDrainDurationSeconds) The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress.DisassociateNatGatewayAddressRequest.Builder.natGatewayId(String natGatewayId) The ID of the NAT gateway.DisassociateNatGatewayAddressRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DisassociateNatGatewayAddressRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DisassociateNatGatewayAddressRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DisassociateNatGatewayAddressRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DisassociateNatGatewayAddressRequest.Builder>DisassociateNatGatewayAddressRequest.serializableBuilderClass()