Uses of Class
software.amazon.awssdk.services.finspace.model.KxVolumeStatus
-
Packages that use KxVolumeStatus Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxVolumeStatus in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxVolumeStatus Modifier and Type Method Description static KxVolumeStatusKxVolumeStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KxVolumeStatusCreateKxVolumeResponse. status()The status of volume creation.KxVolumeStatusGetKxVolumeResponse. status()The status of volume creation.KxVolumeStatusKxVolume. status()The status of volume.KxVolumeStatusUpdateKxVolumeResponse. status()The status of the volume.static KxVolumeStatusKxVolumeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static KxVolumeStatus[]KxVolumeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxVolumeStatus Modifier and Type Method Description static Set<KxVolumeStatus>KxVolumeStatus. knownValues()Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxVolumeStatus Modifier and Type Method Description CreateKxVolumeResponse.BuilderCreateKxVolumeResponse.Builder. status(KxVolumeStatus status)The status of volume creation.GetKxVolumeResponse.BuilderGetKxVolumeResponse.Builder. status(KxVolumeStatus status)The status of volume creation.KxVolume.BuilderKxVolume.Builder. status(KxVolumeStatus status)The status of volume.UpdateKxVolumeResponse.BuilderUpdateKxVolumeResponse.Builder. status(KxVolumeStatus status)The status of the volume.
-