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