Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withAssociatePublicIpAddress(Boolean associatePublicIpAddress)
Indicates whether to auto-assign a public IP address to an instance in
a VPC.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withDeleteOnTermination(Boolean deleteOnTermination)
If set to
true , the interface is deleted when the
instance is terminated. |
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withDescription(String description)
The description of the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withDeviceIndex(Integer deviceIndex)
The index of the device on the instance for the network interface
attachment.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withGroups(Collection<String> groups)
The IDs of the security groups for the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withGroups(String... groups)
The IDs of the security groups for the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withPrivateIpAddress(String privateIpAddress)
The private IP address of the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IP addresses to assign to the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IP addresses to assign to the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
The number of secondary private IP addresses.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withSubnetId(String subnetId)
The ID of the subnet associated with the network string.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceNetworkInterfaceSpecification> |
LaunchSpecification.getNetworkInterfaces()
One or more network interfaces.
|
List<InstanceNetworkInterfaceSpecification> |
RunInstancesRequest.getNetworkInterfaces()
One or more network interfaces.
|
Modifier and Type | Method and Description |
---|---|
LaunchSpecification |
LaunchSpecification.withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.
|
RunInstancesRequest |
RunInstancesRequest.withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
LaunchSpecification.setNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
void |
RunInstancesRequest.setNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
LaunchSpecification |
LaunchSpecification.withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
RunInstancesRequest |
RunInstancesRequest.withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
Copyright © 2014. All rights reserved.