Uses of Class
software.amazon.awssdk.services.storagegateway.model.CacheReportStatus
-
Packages that use CacheReportStatus Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of CacheReportStatus in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return CacheReportStatus Modifier and Type Method Description CacheReportStatusCacheReportInfo. cacheReportStatus()The status of the specified cache report.static CacheReportStatusCacheReportStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CacheReportStatusCacheReportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheReportStatus[]CacheReportStatus. 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 CacheReportStatus Modifier and Type Method Description static Set<CacheReportStatus>CacheReportStatus. knownValues()Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type CacheReportStatus Modifier and Type Method Description CacheReportInfo.BuilderCacheReportInfo.Builder. cacheReportStatus(CacheReportStatus cacheReportStatus)The status of the specified cache report.
-