Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<InstanceNetworkInterfaceSpecification> |
SpotFleetLaunchSpecification.networkInterfaces
One or more network interfaces.
|
private SdkInternalList<InstanceNetworkInterfaceSpecification> |
RunInstancesRequest.networkInterfaces
One or more network interfaces.
|
private SdkInternalList<InstanceNetworkInterfaceSpecification> |
LaunchSpecification.networkInterfaces
One or more network interfaces.
|
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.clone() |
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withAssociatePublicIpAddress(java.lang.Boolean associatePublicIpAddress)
Indicates whether to assign a public IP address to an instance you launch
in a VPC.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withDeleteOnTermination(java.lang.Boolean deleteOnTermination)
If set to
true , the interface is deleted when the instance
is terminated. |
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withDescription(java.lang.String description)
The description of the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withDeviceIndex(java.lang.Integer deviceIndex)
The index of the device on the instance for the network interface
attachment.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withGroups(java.util.Collection<java.lang.String> groups)
The IDs of the security groups for the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withGroups(java.lang.String... groups)
The IDs of the security groups for the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withPrivateIpAddress(java.lang.String privateIpAddress)
The private IP address of the network interface.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withPrivateIpAddresses(java.util.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(java.lang.Integer secondaryPrivateIpAddressCount)
The number of secondary private IP addresses.
|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecification.withSubnetId(java.lang.String subnetId)
The ID of the subnet associated with the network string.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<InstanceNetworkInterfaceSpecification> |
SpotFleetLaunchSpecification.getNetworkInterfaces()
One or more network interfaces.
|
java.util.List<InstanceNetworkInterfaceSpecification> |
RunInstancesRequest.getNetworkInterfaces()
One or more network interfaces.
|
java.util.List<InstanceNetworkInterfaceSpecification> |
LaunchSpecification.getNetworkInterfaces()
One or more network interfaces.
|
Modifier and Type | Method and Description |
---|---|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.
|
RunInstancesRequest |
RunInstancesRequest.withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.
|
LaunchSpecification |
LaunchSpecification.withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
SpotFleetLaunchSpecification.setNetworkInterfaces(java.util.Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
void |
RunInstancesRequest.setNetworkInterfaces(java.util.Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
void |
LaunchSpecification.setNetworkInterfaces(java.util.Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withNetworkInterfaces(java.util.Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
RunInstancesRequest |
RunInstancesRequest.withNetworkInterfaces(java.util.Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
LaunchSpecification |
LaunchSpecification.withNetworkInterfaces(java.util.Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecificationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |