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