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