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