Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PrivateIpAddressSpecification> |
InstanceNetworkInterfaceSpecification.privateIpAddresses
One or more private IP addresses to assign to the network interface.
|
private SdkInternalList<PrivateIpAddressSpecification> |
CreateNetworkInterfaceRequest.privateIpAddresses
One or more private IP addresses.
|
Modifier and Type | Method and Description |
---|---|
PrivateIpAddressSpecification |
PrivateIpAddressSpecification.clone() |
PrivateIpAddressSpecification |
PrivateIpAddressSpecification.withPrimary(java.lang.Boolean primary)
Indicates whether the private IP address is the primary private IP
address.
|
PrivateIpAddressSpecification |
PrivateIpAddressSpecification.withPrivateIpAddress(java.lang.String privateIpAddress)
The private IP addresses.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PrivateIpAddressSpecification> |
InstanceNetworkInterfaceSpecification.getPrivateIpAddresses()
One or more private IP addresses to assign to the network interface.
|
java.util.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(java.util.Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IP addresses to assign to the network interface.
|
void |
CreateNetworkInterfaceRequest.setPrivateIpAddresses(java.util.Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IP addresses.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withPrivateIpAddresses(java.util.Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IP addresses to assign to the network interface.
|
CreateNetworkInterfaceRequest |
CreateNetworkInterfaceRequest.withPrivateIpAddresses(java.util.Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IP addresses.
|
Modifier and Type | Method and Description |
---|---|
PrivateIpAddressSpecification |
PrivateIpAddressSpecificationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |