Uses of Enum
software.amazon.awssdk.services.ec2.model.AttachmentStatus
Packages that use AttachmentStatus
-
Uses of AttachmentStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AttachmentStatusModifier and TypeMethodDescriptionstatic AttachmentStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final AttachmentStatusInternetGatewayAttachment.state()The current state of the attachment.final AttachmentStatusVpcAttachment.state()The current state of the attachment.final AttachmentStatusEbsInstanceBlockDevice.status()The attachment state.final AttachmentStatusInstanceNetworkInterfaceAttachment.status()The attachment state.final AttachmentStatusInstanceSecondaryInterfaceAttachment.status()The attachment state.final AttachmentStatusNetworkInterfaceAttachment.status()The attachment state.final AttachmentStatusSecondaryInterfaceAttachment.status()The attachment state.static AttachmentStatusReturns 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 software.amazon.awssdk.services.ec2.model that return types with arguments of type AttachmentStatusMethods in software.amazon.awssdk.services.ec2.model with parameters of type AttachmentStatusModifier and TypeMethodDescriptionInternetGatewayAttachment.Builder.state(AttachmentStatus state) The current state of the attachment.VpcAttachment.Builder.state(AttachmentStatus state) The current state of the attachment.EbsInstanceBlockDevice.Builder.status(AttachmentStatus status) The attachment state.InstanceNetworkInterfaceAttachment.Builder.status(AttachmentStatus status) The attachment state.InstanceSecondaryInterfaceAttachment.Builder.status(AttachmentStatus status) The attachment state.NetworkInterfaceAttachment.Builder.status(AttachmentStatus status) The attachment state.SecondaryInterfaceAttachment.Builder.status(AttachmentStatus status) The attachment state.