Uses of Class
software.amazon.awssdk.services.storagegateway.model.ResetCacheRequest
-
Packages that use ResetCacheRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of ResetCacheRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type ResetCacheRequest Modifier and Type Method Description 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.default ResetCacheResponseStorageGatewayClient. resetCache(ResetCacheRequest resetCacheRequest)Resets all cache disks that have encountered an error and makes the disks available for reconfiguration as cache storage. -
Uses of ResetCacheRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type ResetCacheRequest Modifier and Type Method Description SdkHttpFullRequestResetCacheRequestMarshaller. marshall(ResetCacheRequest resetCacheRequest)
-