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