Uses of Class
software.amazon.awssdk.services.storagegateway.model.RefreshCacheResponse
-
Packages that use RefreshCacheResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of RefreshCacheResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return RefreshCacheResponse Modifier and Type Method Description default RefreshCacheResponseStorageGatewayClient. refreshCache(Consumer<RefreshCacheRequest.Builder> refreshCacheRequest)Refreshes the cached inventory of objects for the specified file share.default RefreshCacheResponseStorageGatewayClient. refreshCache(RefreshCacheRequest refreshCacheRequest)Refreshes the cached inventory of objects for the specified file share.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type RefreshCacheResponse Modifier and Type Method Description default CompletableFuture<RefreshCacheResponse>StorageGatewayAsyncClient. refreshCache(Consumer<RefreshCacheRequest.Builder> refreshCacheRequest)Refreshes the cached inventory of objects for the specified file share.default CompletableFuture<RefreshCacheResponse>StorageGatewayAsyncClient. refreshCache(RefreshCacheRequest refreshCacheRequest)Refreshes the cached inventory of objects for the specified file share.
-