Uses of Class
com.amazonaws.services.storagegateway.model.AddWorkingStorageRequest
-
Packages that use AddWorkingStorageRequest Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of AddWorkingStorageRequest in com.amazonaws.services.storagegateway
Method parameters in com.amazonaws.services.storagegateway with type arguments of type AddWorkingStorageRequest Modifier and Type Method Description Future<AddWorkingStorageResult>
AbstractAWSStorageGatewayAsync. addWorkingStorageAsync(AddWorkingStorageRequest request, AsyncHandler<AddWorkingStorageRequest,AddWorkingStorageResult> asyncHandler)
Future<AddWorkingStorageResult>
AWSStorageGatewayAsync. addWorkingStorageAsync(AddWorkingStorageRequest addWorkingStorageRequest, AsyncHandler<AddWorkingStorageRequest,AddWorkingStorageResult> asyncHandler)
Configures one or more gateway local disks as working storage for a gateway.Future<AddWorkingStorageResult>
AWSStorageGatewayAsyncClient. addWorkingStorageAsync(AddWorkingStorageRequest request, AsyncHandler<AddWorkingStorageRequest,AddWorkingStorageResult> asyncHandler)
-
Uses of AddWorkingStorageRequest in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return AddWorkingStorageRequest Modifier and Type Method Description AddWorkingStorageRequest
AddWorkingStorageRequest. clone()
AddWorkingStorageRequest
AddWorkingStorageRequest. withDiskIds(String... diskIds)
An array of strings that identify disks that are to be configured as working storage.AddWorkingStorageRequest
AddWorkingStorageRequest. withDiskIds(Collection<String> diskIds)
An array of strings that identify disks that are to be configured as working storage.AddWorkingStorageRequest
AddWorkingStorageRequest. withGatewayARN(String gatewayARN)
-