Uses of Interface
software.amazon.awssdk.services.ec2.model.UnassignPrivateNatGatewayAddressRequest.Builder
Packages that use UnassignPrivateNatGatewayAddressRequest.Builder
Package
Description
-
Uses of UnassignPrivateNatGatewayAddressRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type UnassignPrivateNatGatewayAddressRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.unassignPrivateNatGatewayAddress(Consumer<UnassignPrivateNatGatewayAddressRequest.Builder> unassignPrivateNatGatewayAddressRequest) Unassigns secondary private IPv4 addresses from a private NAT gateway.Ec2Client.unassignPrivateNatGatewayAddress(Consumer<UnassignPrivateNatGatewayAddressRequest.Builder> unassignPrivateNatGatewayAddressRequest) Unassigns secondary private IPv4 addresses from a private NAT gateway. -
Uses of UnassignPrivateNatGatewayAddressRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return UnassignPrivateNatGatewayAddressRequest.BuilderModifier and TypeMethodDescriptionUnassignPrivateNatGatewayAddressRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.UnassignPrivateNatGatewayAddressRequest.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.UnassignPrivateNatGatewayAddressRequest.Builder.natGatewayId(String natGatewayId) The ID of the NAT gateway.UnassignPrivateNatGatewayAddressRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UnassignPrivateNatGatewayAddressRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UnassignPrivateNatGatewayAddressRequest.Builder.privateIpAddresses(String... privateIpAddresses) The private IPv4 addresses you want to unassign.UnassignPrivateNatGatewayAddressRequest.Builder.privateIpAddresses(Collection<String> privateIpAddresses) The private IPv4 addresses you want to unassign.UnassignPrivateNatGatewayAddressRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type UnassignPrivateNatGatewayAddressRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UnassignPrivateNatGatewayAddressRequest.Builder>UnassignPrivateNatGatewayAddressRequest.serializableBuilderClass()