Uses of Class
com.amazonaws.services.ec2.model.AttachmentStatus
-
Packages that use AttachmentStatus Package Description com.amazonaws.services.ec2.model -
-
Uses of AttachmentStatus in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AttachmentStatus Modifier and Type Method Description static AttachmentStatusAttachmentStatus. fromValue(String value)Use this in place of valueOf.static AttachmentStatusAttachmentStatus. 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 Modifier and Type Method Description voidInternetGatewayAttachment. setState(AttachmentStatus state)The current state of the attachment.voidVpcAttachment. setState(AttachmentStatus state)The current state of the attachment.voidEbsInstanceBlockDevice. setStatus(AttachmentStatus status)The attachment state.voidInstanceNetworkInterfaceAttachment. setStatus(AttachmentStatus status)The attachment state.voidNetworkInterfaceAttachment. setStatus(AttachmentStatus status)The attachment state.InternetGatewayAttachmentInternetGatewayAttachment. withState(AttachmentStatus state)The current state of the attachment.VpcAttachmentVpcAttachment. withState(AttachmentStatus state)The current state of the attachment.EbsInstanceBlockDeviceEbsInstanceBlockDevice. withStatus(AttachmentStatus status)The attachment state.InstanceNetworkInterfaceAttachmentInstanceNetworkInterfaceAttachment. withStatus(AttachmentStatus status)The attachment state.NetworkInterfaceAttachmentNetworkInterfaceAttachment. withStatus(AttachmentStatus status)The attachment state.
-