Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ScheduledInstancesPrivateIpAddressConfig> |
ScheduledInstancesNetworkInterface.privateIpAddressConfigs
The private IP addresses.
|
Modifier and Type | Method and Description |
---|---|
ScheduledInstancesPrivateIpAddressConfig |
ScheduledInstancesPrivateIpAddressConfig.clone() |
ScheduledInstancesPrivateIpAddressConfig |
ScheduledInstancesPrivateIpAddressConfig.withPrimary(java.lang.Boolean primary)
Indicates whether this is a primary IP address.
|
ScheduledInstancesPrivateIpAddressConfig |
ScheduledInstancesPrivateIpAddressConfig.withPrivateIpAddress(java.lang.String privateIpAddress)
The IP address.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ScheduledInstancesPrivateIpAddressConfig> |
ScheduledInstancesNetworkInterface.getPrivateIpAddressConfigs()
The private IP addresses.
|
Modifier and Type | Method and Description |
---|---|
ScheduledInstancesNetworkInterface |
ScheduledInstancesNetworkInterface.withPrivateIpAddressConfigs(ScheduledInstancesPrivateIpAddressConfig... privateIpAddressConfigs)
The private IP addresses.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduledInstancesNetworkInterface.setPrivateIpAddressConfigs(java.util.Collection<ScheduledInstancesPrivateIpAddressConfig> privateIpAddressConfigs)
The private IP addresses.
|
ScheduledInstancesNetworkInterface |
ScheduledInstancesNetworkInterface.withPrivateIpAddressConfigs(java.util.Collection<ScheduledInstancesPrivateIpAddressConfig> privateIpAddressConfigs)
The private IP addresses.
|
Modifier and Type | Method and Description |
---|---|
ScheduledInstancesPrivateIpAddressConfig |
ScheduledInstancesPrivateIpAddressConfigStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |