Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ScheduledInstancesNetworkInterface |
ScheduledInstancesNetworkInterface.clone() |
ScheduledInstancesNetworkInterface |
ScheduledInstancesNetworkInterface.withAssociatePublicIpAddress(Boolean associatePublicIpAddress)
Indicates whether to assign a public IP address to instances launched in a VPC.
|
ScheduledInstancesNetworkInterface |
ScheduledInstancesNetworkInterface.withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether to delete the interface when the instance is terminated.
|
ScheduledInstancesNetworkInterface |
ScheduledInstancesNetworkInterface.withDescription(String description)
The description.
|
ScheduledInstancesNetworkInterface |
ScheduledInstancesNetworkInterface.withDeviceIndex(Integer deviceIndex)
The index of the device for the network interface attachment.
|
ScheduledInstancesNetworkInterface |
ScheduledInstancesNetworkInterface.withGroups(Collection<String> groups)
The IDs of one or more security groups.
|
ScheduledInstancesNetworkInterface |
ScheduledInstancesNetworkInterface.withGroups(String... groups)
The IDs of one or more security groups.
|
ScheduledInstancesNetworkInterface |
ScheduledInstancesNetworkInterface.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
ScheduledInstancesNetworkInterface |
ScheduledInstancesNetworkInterface.withPrivateIpAddress(String privateIpAddress)
The IP address of the network interface within the subnet.
|
ScheduledInstancesNetworkInterface |
ScheduledInstancesNetworkInterface.withPrivateIpAddressConfigs(Collection<ScheduledInstancesPrivateIpAddressConfig> privateIpAddressConfigs)
The private IP addresses.
|
ScheduledInstancesNetworkInterface |
ScheduledInstancesNetworkInterface.withPrivateIpAddressConfigs(ScheduledInstancesPrivateIpAddressConfig... privateIpAddressConfigs)
The private IP addresses.
|
ScheduledInstancesNetworkInterface |
ScheduledInstancesNetworkInterface.withSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
The number of secondary private IP addresses.
|
ScheduledInstancesNetworkInterface |
ScheduledInstancesNetworkInterface.withSubnetId(String subnetId)
The ID of the subnet.
|
Modifier and Type | Method and Description |
---|---|
List<ScheduledInstancesNetworkInterface> |
ScheduledInstancesLaunchSpecification.getNetworkInterfaces()
One or more network interfaces.
|
Modifier and Type | Method and Description |
---|---|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecification.withNetworkInterfaces(ScheduledInstancesNetworkInterface... networkInterfaces)
One or more network interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduledInstancesLaunchSpecification.setNetworkInterfaces(Collection<ScheduledInstancesNetworkInterface> networkInterfaces)
One or more network interfaces.
|
ScheduledInstancesLaunchSpecification |
ScheduledInstancesLaunchSpecification.withNetworkInterfaces(Collection<ScheduledInstancesNetworkInterface> networkInterfaces)
One or more network interfaces.
|
Copyright © 2016. All rights reserved.