Uses of Class
com.amazonaws.services.storagegateway.model.AddCacheRequest
-
Packages that use AddCacheRequest Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of AddCacheRequest in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway with parameters of type AddCacheRequest Modifier and Type Method Description AddCacheResult
AbstractAWSStorageGateway. addCache(AddCacheRequest request)
AddCacheResult
AWSStorageGateway. addCache(AddCacheRequest addCacheRequest)
Configures one or more gateway local disks as cache for a cached-volume gateway.AddCacheResult
AWSStorageGatewayClient. addCache(AddCacheRequest addCacheRequest)
Configures one or more gateway local disks as cache for a cached-volume gateway.Future<AddCacheResult>
AbstractAWSStorageGatewayAsync. addCacheAsync(AddCacheRequest request)
Future<AddCacheResult>
AbstractAWSStorageGatewayAsync. addCacheAsync(AddCacheRequest request, AsyncHandler<AddCacheRequest,AddCacheResult> asyncHandler)
Future<AddCacheResult>
AWSStorageGatewayAsync. addCacheAsync(AddCacheRequest addCacheRequest)
Configures one or more gateway local disks as cache for a cached-volume gateway.Future<AddCacheResult>
AWSStorageGatewayAsync. addCacheAsync(AddCacheRequest addCacheRequest, AsyncHandler<AddCacheRequest,AddCacheResult> asyncHandler)
Configures one or more gateway local disks as cache for a cached-volume gateway.Future<AddCacheResult>
AWSStorageGatewayAsyncClient. addCacheAsync(AddCacheRequest request)
Future<AddCacheResult>
AWSStorageGatewayAsyncClient. addCacheAsync(AddCacheRequest request, AsyncHandler<AddCacheRequest,AddCacheResult> asyncHandler)
Method parameters in com.amazonaws.services.storagegateway with type arguments of type AddCacheRequest Modifier and Type Method Description Future<AddCacheResult>
AbstractAWSStorageGatewayAsync. addCacheAsync(AddCacheRequest request, AsyncHandler<AddCacheRequest,AddCacheResult> asyncHandler)
Future<AddCacheResult>
AWSStorageGatewayAsync. addCacheAsync(AddCacheRequest addCacheRequest, AsyncHandler<AddCacheRequest,AddCacheResult> asyncHandler)
Configures one or more gateway local disks as cache for a cached-volume gateway.Future<AddCacheResult>
AWSStorageGatewayAsyncClient. addCacheAsync(AddCacheRequest request, AsyncHandler<AddCacheRequest,AddCacheResult> asyncHandler)
-
Uses of AddCacheRequest in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return AddCacheRequest Modifier and Type Method Description AddCacheRequest
AddCacheRequest. clone()
AddCacheRequest
AddCacheRequest. withDiskIds(String... diskIds)
NOTE: This method appends the values to the existing list (if any).AddCacheRequest
AddCacheRequest. withDiskIds(Collection<String> diskIds)
AddCacheRequest
AddCacheRequest. withGatewayARN(String gatewayARN)
-