Uses of Class
software.amazon.awssdk.services.storagegateway.model.RefreshCacheRequest
-
Packages that use RefreshCacheRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of RefreshCacheRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type RefreshCacheRequest Modifier and Type Method Description default CompletableFuture<RefreshCacheResponse>StorageGatewayAsyncClient. refreshCache(RefreshCacheRequest 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. -
Uses of RefreshCacheRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type RefreshCacheRequest Modifier and Type Method Description SdkHttpFullRequestRefreshCacheRequestMarshaller. marshall(RefreshCacheRequest refreshCacheRequest)
-