Uses of Interface
software.amazon.awssdk.services.ec2.model.PrivateIpAddressSpecification.Builder
-
Packages that use PrivateIpAddressSpecification.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PrivateIpAddressSpecification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PrivateIpAddressSpecification.Builder Modifier and Type Method Description static PrivateIpAddressSpecification.BuilderPrivateIpAddressSpecification. builder()PrivateIpAddressSpecification.BuilderPrivateIpAddressSpecification.Builder. primary(Boolean primary)Indicates whether the private IPv4 address is the primary private IPv4 address.PrivateIpAddressSpecification.BuilderPrivateIpAddressSpecification.Builder. privateIpAddress(String privateIpAddress)The private IPv4 address.PrivateIpAddressSpecification.BuilderPrivateIpAddressSpecification. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PrivateIpAddressSpecification.Builder Modifier and Type Method Description static Class<? extends PrivateIpAddressSpecification.Builder>PrivateIpAddressSpecification. serializableBuilderClass()
-