Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private NetworkInterfaceAttachment |
NetworkInterface.attachment
The network interface attachment.
|
private NetworkInterfaceAttachment |
DescribeNetworkInterfaceAttributeResult.attachment
The attachment (if any) of the network interface.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.clone() |
NetworkInterfaceAttachment |
NetworkInterface.getAttachment()
The network interface attachment.
|
NetworkInterfaceAttachment |
DescribeNetworkInterfaceAttributeResult.getAttachment()
The attachment (if any) of the network interface.
|
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withAttachmentId(java.lang.String attachmentId)
The ID of the network interface attachment.
|
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withAttachTime(java.util.Date attachTime)
The timestamp indicating when the attachment initiated.
|
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withDeleteOnTermination(java.lang.Boolean deleteOnTermination)
Indicates whether the network interface is deleted when the instance is
terminated.
|
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withDeviceIndex(java.lang.Integer deviceIndex)
The device index of the network interface attachment on the instance.
|
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withInstanceId(java.lang.String instanceId)
The ID of the instance.
|
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withInstanceOwnerId(java.lang.String instanceOwnerId)
The AWS account ID of the owner of the instance.
|
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withStatus(AttachmentStatus status)
The attachment state.
|
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withStatus(java.lang.String status)
The attachment state.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkInterface.setAttachment(NetworkInterfaceAttachment attachment)
The network interface attachment.
|
void |
DescribeNetworkInterfaceAttributeResult.setAttachment(NetworkInterfaceAttachment attachment)
The attachment (if any) of the network interface.
|
NetworkInterface |
NetworkInterface.withAttachment(NetworkInterfaceAttachment attachment)
The network interface attachment.
|
DescribeNetworkInterfaceAttributeResult |
DescribeNetworkInterfaceAttributeResult.withAttachment(NetworkInterfaceAttachment attachment)
The attachment (if any) of the network interface.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterfaceAttachment |
NetworkInterfaceAttachmentStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |