Uses of Class
software.amazon.awssdk.services.storagegateway.model.RetentionLockType
-
Packages that use RetentionLockType Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of RetentionLockType in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return RetentionLockType Modifier and Type Method Description static RetentionLockTypeRetentionLockType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RetentionLockTypeCreateTapePoolRequest. retentionLockType()Tape retention lock can be configured in two modes.RetentionLockTypePoolInfo. retentionLockType()Tape retention lock type, which can be configured in two modes.static RetentionLockTypeRetentionLockType. valueOf(String name)Returns the enum constant of this type with the specified name.static RetentionLockType[]RetentionLockType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type RetentionLockType Modifier and Type Method Description static Set<RetentionLockType>RetentionLockType. knownValues()Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type RetentionLockType Modifier and Type Method Description CreateTapePoolRequest.BuilderCreateTapePoolRequest.Builder. retentionLockType(RetentionLockType retentionLockType)Tape retention lock can be configured in two modes.PoolInfo.BuilderPoolInfo.Builder. retentionLockType(RetentionLockType retentionLockType)Tape retention lock type, which can be configured in two modes.
-