Uses of Class
software.amazon.awssdk.services.finspace.model.KxVolumeType
-
Packages that use KxVolumeType Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxVolumeType in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxVolumeType Modifier and Type Method Description static KxVolumeTypeKxVolumeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static KxVolumeTypeKxVolumeType. valueOf(String name)Returns the enum constant of this type with the specified name.static KxVolumeType[]KxVolumeType. values()Returns an array containing the constants of this enum type, in the order they are declared.KxVolumeTypeCreateKxVolumeRequest. volumeType()The type of file system volume.KxVolumeTypeCreateKxVolumeResponse. volumeType()The type of file system volume.KxVolumeTypeGetKxVolumeResponse. volumeType()The type of file system volume.KxVolumeTypeKxVolume. volumeType()The type of file system volume.KxVolumeTypeListKxVolumesRequest. volumeType()The type of file system volume.KxVolumeTypeUpdateKxVolumeResponse. volumeType()The type of file system volume.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxVolumeType Modifier and Type Method Description static Set<KxVolumeType>KxVolumeType. knownValues()Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxVolumeType Modifier and Type Method Description CreateKxVolumeRequest.BuilderCreateKxVolumeRequest.Builder. volumeType(KxVolumeType volumeType)The type of file system volume.CreateKxVolumeResponse.BuilderCreateKxVolumeResponse.Builder. volumeType(KxVolumeType volumeType)The type of file system volume.GetKxVolumeResponse.BuilderGetKxVolumeResponse.Builder. volumeType(KxVolumeType volumeType)The type of file system volume.KxVolume.BuilderKxVolume.Builder. volumeType(KxVolumeType volumeType)The type of file system volume.ListKxVolumesRequest.BuilderListKxVolumesRequest.Builder. volumeType(KxVolumeType volumeType)The type of file system volume.UpdateKxVolumeResponse.BuilderUpdateKxVolumeResponse.Builder. volumeType(KxVolumeType volumeType)The type of file system volume.
-