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