Uses of Class
software.amazon.awssdk.services.backup.model.StorageClass
-
Packages that use StorageClass Package Description software.amazon.awssdk.services.backup.model -
-
Uses of StorageClass in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return StorageClass Modifier and Type Method Description static StorageClassStorageClass. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StorageClassDescribeRecoveryPointResponse. storageClass()Specifies the storage class of the recovery point.static StorageClassStorageClass. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageClass[]StorageClass. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type StorageClass Modifier and Type Method Description static Set<StorageClass>StorageClass. knownValues()Methods in software.amazon.awssdk.services.backup.model with parameters of type StorageClass Modifier and Type Method Description DescribeRecoveryPointResponse.BuilderDescribeRecoveryPointResponse.Builder. storageClass(StorageClass storageClass)Specifies the storage class of the recovery point.
-