Uses of Enum
com.amazonaws.services.ec2.model.AttachmentStatus
Packages that use AttachmentStatus
-
Uses of AttachmentStatus in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AttachmentStatusModifier and TypeMethodDescriptionstatic AttachmentStatus
Use this in place of valueOf.static AttachmentStatus
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 AttachmentStatusModifier and TypeMethodDescriptionvoid
InternetGatewayAttachment.setState
(AttachmentStatus state) The current state of the attachment.void
VpcAttachment.setState
(AttachmentStatus state) The current state of the attachment.void
EbsInstanceBlockDevice.setStatus
(AttachmentStatus status) The attachment state.void
InstanceNetworkInterfaceAttachment.setStatus
(AttachmentStatus status) The attachment state.void
NetworkInterfaceAttachment.setStatus
(AttachmentStatus status) The attachment state.InternetGatewayAttachment.withState
(AttachmentStatus state) The current state of the attachment.VpcAttachment.withState
(AttachmentStatus state) The current state of the attachment.EbsInstanceBlockDevice.withStatus
(AttachmentStatus status) The attachment state.InstanceNetworkInterfaceAttachment.withStatus
(AttachmentStatus status) The attachment state.NetworkInterfaceAttachment.withStatus
(AttachmentStatus status) The attachment state.