Uses of Interface
software.amazon.awssdk.services.ec2.model.DisassociateNatGatewayAddressRequest.Builder
-
Packages that use DisassociateNatGatewayAddressRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of DisassociateNatGatewayAddressRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DisassociateNatGatewayAddressRequest.Builder Modifier and Type Method Description default CompletableFuture<DisassociateNatGatewayAddressResponse>Ec2AsyncClient. disassociateNatGatewayAddress(Consumer<DisassociateNatGatewayAddressRequest.Builder> disassociateNatGatewayAddressRequest)Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway.default DisassociateNatGatewayAddressResponseEc2Client. 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.Builder Modifier and Type Method Description DisassociateNatGatewayAddressRequest.BuilderDisassociateNatGatewayAddressRequest.Builder. associationIds(String... associationIds)The association IDs of EIPs that have been associated with the NAT gateway.DisassociateNatGatewayAddressRequest.BuilderDisassociateNatGatewayAddressRequest.Builder. associationIds(Collection<String> associationIds)The association IDs of EIPs that have been associated with the NAT gateway.static DisassociateNatGatewayAddressRequest.BuilderDisassociateNatGatewayAddressRequest. builder()DisassociateNatGatewayAddressRequest.BuilderDisassociateNatGatewayAddressRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DisassociateNatGatewayAddressRequest.BuilderDisassociateNatGatewayAddressRequest.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.BuilderDisassociateNatGatewayAddressRequest.Builder. natGatewayId(String natGatewayId)The ID of the NAT gateway.DisassociateNatGatewayAddressRequest.BuilderDisassociateNatGatewayAddressRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateNatGatewayAddressRequest.BuilderDisassociateNatGatewayAddressRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateNatGatewayAddressRequest.BuilderDisassociateNatGatewayAddressRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DisassociateNatGatewayAddressRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateNatGatewayAddressRequest.Builder>DisassociateNatGatewayAddressRequest. serializableBuilderClass()
-