Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private InstanceNetworkInterfaceAttachment |
InstanceNetworkInterface.attachment
The network interface attachment.
|
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterfaceAttachment.clone() |
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterface.getAttachment()
The network interface attachment.
|
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterfaceAttachment.withAttachmentId(java.lang.String attachmentId)
The ID of the network interface attachment.
|
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterfaceAttachment.withAttachTime(java.util.Date attachTime)
The time stamp when the attachment initiated.
|
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterfaceAttachment.withDeleteOnTermination(java.lang.Boolean deleteOnTermination)
Indicates whether the network interface is deleted when the instance is
terminated.
|
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterfaceAttachment.withDeviceIndex(java.lang.Integer deviceIndex)
The index of the device on the instance for the network interface
attachment.
|
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterfaceAttachment.withStatus(AttachmentStatus status)
The attachment state.
|
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterfaceAttachment.withStatus(java.lang.String status)
The attachment state.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceNetworkInterface.setAttachment(InstanceNetworkInterfaceAttachment attachment)
The network interface attachment.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withAttachment(InstanceNetworkInterfaceAttachment attachment)
The network interface attachment.
|
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterfaceAttachmentStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |