Uses of Class
software.amazon.awssdk.services.storagegateway.model.ResetCacheResponse
-
Packages that use ResetCacheResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of ResetCacheResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return ResetCacheResponse Modifier and Type Method Description default ResetCacheResponseStorageGatewayClient. resetCache(Consumer<ResetCacheRequest.Builder> resetCacheRequest)Resets all cache disks that have encountered an error and makes the disks available for reconfiguration as cache storage.default ResetCacheResponseStorageGatewayClient. resetCache(ResetCacheRequest resetCacheRequest)Resets all cache disks that have encountered an error and makes the disks available for reconfiguration as cache storage.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type ResetCacheResponse Modifier and Type Method Description default CompletableFuture<ResetCacheResponse>StorageGatewayAsyncClient. resetCache(Consumer<ResetCacheRequest.Builder> resetCacheRequest)Resets all cache disks that have encountered an error and makes the disks available for reconfiguration as cache storage.default CompletableFuture<ResetCacheResponse>StorageGatewayAsyncClient. resetCache(ResetCacheRequest resetCacheRequest)Resets all cache disks that have encountered an error and makes the disks available for reconfiguration as cache storage.
-