| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
List<PrivateIpAddressSpecification> |
InstanceNetworkInterfaceSpecification.privateIpAddresses()
One or more private IPv4 addresses to assign to the network interface.
|
List<PrivateIpAddressSpecification> |
CreateNetworkInterfaceRequest.privateIpAddresses()
One or more private IPv4 addresses.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IPv4 addresses to assign to the network interface.
|
CreateNetworkInterfaceRequest.Builder |
CreateNetworkInterfaceRequest.Builder.privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IPv4 addresses.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IPv4 addresses to assign to the network interface.
|
CreateNetworkInterfaceRequest.Builder |
CreateNetworkInterfaceRequest.Builder.privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IPv4 addresses.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateIpAddressSpecification |
PrivateIpAddressSpecificationUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.