Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
PrivateIpAddressSpecification |
PrivateIpAddressSpecification.clone() |
PrivateIpAddressSpecification |
PrivateIpAddressSpecification.withPrimary(Boolean primary)
Indicates whether the private IP address is the primary private IP
address.
|
PrivateIpAddressSpecification |
PrivateIpAddressSpecification.withPrivateIpAddress(String privateIpAddress)
The private IP addresses.
|
Modifier and Type | Method and Description |
---|---|
List<PrivateIpAddressSpecification> |
InstanceNetworkInterfaceSpecification.getPrivateIpAddresses()
One or more private IP addresses to assign to the network interface.
|
List<PrivateIpAddressSpecification> |
CreateNetworkInterfaceRequest.getPrivateIpAddresses()
One or more private IP addresses.
|
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IP addresses to assign to the network interface.
|
CreateNetworkInterfaceRequest |
CreateNetworkInterfaceRequest.withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IP addresses.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceNetworkInterfaceSpecification.setPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IP addresses to assign to the network interface.
|
void |
CreateNetworkInterfaceRequest.setPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IP addresses.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IP addresses to assign to the network interface.
|
CreateNetworkInterfaceRequest |
CreateNetworkInterfaceRequest.withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IP addresses.
|
Copyright © 2018. All rights reserved.