Uses of Interface
software.amazon.awssdk.services.ec2.model.UnassignPrivateNatGatewayAddressResponse.Builder
Packages that use UnassignPrivateNatGatewayAddressResponse.Builder
-
Uses of UnassignPrivateNatGatewayAddressResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return UnassignPrivateNatGatewayAddressResponse.BuilderModifier and TypeMethodDescriptionUnassignPrivateNatGatewayAddressResponse.builder()UnassignPrivateNatGatewayAddressResponse.Builder.natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses) Information about the NAT gateway IP addresses.UnassignPrivateNatGatewayAddressResponse.Builder.natGatewayAddresses(Consumer<NatGatewayAddress.Builder>... natGatewayAddresses) Information about the NAT gateway IP addresses.UnassignPrivateNatGatewayAddressResponse.Builder.natGatewayAddresses(NatGatewayAddress... natGatewayAddresses) Information about the NAT gateway IP addresses.UnassignPrivateNatGatewayAddressResponse.Builder.natGatewayId(String natGatewayId) The ID of the NAT gateway.UnassignPrivateNatGatewayAddressResponse.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type UnassignPrivateNatGatewayAddressResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UnassignPrivateNatGatewayAddressResponse.Builder>UnassignPrivateNatGatewayAddressResponse.serializableBuilderClass()