Uses of Enum
software.amazon.awssdk.services.ec2.model.VolumeAttachmentState
Packages that use VolumeAttachmentState
-
Uses of VolumeAttachmentState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VolumeAttachmentStateModifier and TypeMethodDescriptionstatic VolumeAttachmentStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final VolumeAttachmentStateAttachVolumeResponse.state()The attachment state of the volume.final VolumeAttachmentStateDetachVolumeResponse.state()The attachment state of the volume.final VolumeAttachmentStateVolumeAttachment.state()The attachment state of the volume.static VolumeAttachmentStateReturns the enum constant of this type with the specified name.static VolumeAttachmentState[]VolumeAttachmentState.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 VolumeAttachmentStateModifier and TypeMethodDescriptionstatic Set<VolumeAttachmentState>VolumeAttachmentState.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type VolumeAttachmentStateModifier and TypeMethodDescriptionAttachVolumeResponse.Builder.state(VolumeAttachmentState state) The attachment state of the volume.DetachVolumeResponse.Builder.state(VolumeAttachmentState state) The attachment state of the volume.VolumeAttachment.Builder.state(VolumeAttachmentState state) The attachment state of the volume.