Uses of Class
software.amazon.awssdk.services.storagegateway.model.AddCacheResponse
-
Packages that use AddCacheResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of AddCacheResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return AddCacheResponse Modifier and Type Method Description default AddCacheResponseStorageGatewayClient. addCache(Consumer<AddCacheRequest.Builder> addCacheRequest)Configures one or more gateway local disks as cache for a gateway.default AddCacheResponseStorageGatewayClient. addCache(AddCacheRequest addCacheRequest)Configures one or more gateway local disks as cache for a gateway.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type AddCacheResponse Modifier and Type Method Description default CompletableFuture<AddCacheResponse>StorageGatewayAsyncClient. addCache(Consumer<AddCacheRequest.Builder> addCacheRequest)Configures one or more gateway local disks as cache for a gateway.default CompletableFuture<AddCacheResponse>StorageGatewayAsyncClient. addCache(AddCacheRequest addCacheRequest)Configures one or more gateway local disks as cache for a gateway.
-