|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttachmentStatus | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of AttachmentStatus in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return AttachmentStatus | |
---|---|
static AttachmentStatus |
AttachmentStatus.fromValue(String value)
Use this in place of valueOf. |
static AttachmentStatus |
AttachmentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AttachmentStatus[] |
AttachmentStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.amazonaws.services.ec2.model with parameters of type AttachmentStatus | |
---|---|
void |
VpcAttachment.setState(AttachmentStatus state)
The current state of the attachment. |
void |
InternetGatewayAttachment.setState(AttachmentStatus state)
The current state of the attachment. |
void |
NetworkInterfaceAttachment.setStatus(AttachmentStatus status)
The attachment state. |
void |
InstanceNetworkInterfaceAttachment.setStatus(AttachmentStatus status)
The attachment state. |
void |
EbsInstanceBlockDevice.setStatus(AttachmentStatus status)
The attachment state. |
VpcAttachment |
VpcAttachment.withState(AttachmentStatus state)
The current state of the attachment. |
InternetGatewayAttachment |
InternetGatewayAttachment.withState(AttachmentStatus state)
The current state of the attachment. |
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withStatus(AttachmentStatus status)
The attachment state. |
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterfaceAttachment.withStatus(AttachmentStatus status)
The attachment state. |
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.withStatus(AttachmentStatus status)
The attachment state. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |