Uses of Class
com.amazonaws.services.storagegateway.model.DescribeWorkingStorageResult
-
Packages that use DescribeWorkingStorageResult Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of DescribeWorkingStorageResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return DescribeWorkingStorageResult Modifier and Type Method Description DescribeWorkingStorageResult
AbstractAWSStorageGateway. describeWorkingStorage(DescribeWorkingStorageRequest request)
DescribeWorkingStorageResult
AWSStorageGateway. describeWorkingStorage(DescribeWorkingStorageRequest describeWorkingStorageRequest)
Returns information about the working storage of a gateway.DescribeWorkingStorageResult
AWSStorageGatewayClient. describeWorkingStorage(DescribeWorkingStorageRequest describeWorkingStorageRequest)
Returns information about the working storage of a gateway.Method parameters in com.amazonaws.services.storagegateway with type arguments of type DescribeWorkingStorageResult Modifier and Type Method Description Future<DescribeWorkingStorageResult>
AbstractAWSStorageGatewayAsync. describeWorkingStorageAsync(DescribeWorkingStorageRequest request, AsyncHandler<DescribeWorkingStorageRequest,DescribeWorkingStorageResult> asyncHandler)
Future<DescribeWorkingStorageResult>
AWSStorageGatewayAsync. describeWorkingStorageAsync(DescribeWorkingStorageRequest describeWorkingStorageRequest, AsyncHandler<DescribeWorkingStorageRequest,DescribeWorkingStorageResult> asyncHandler)
Returns information about the working storage of a gateway.Future<DescribeWorkingStorageResult>
AWSStorageGatewayAsyncClient. describeWorkingStorageAsync(DescribeWorkingStorageRequest request, AsyncHandler<DescribeWorkingStorageRequest,DescribeWorkingStorageResult> asyncHandler)
-
Uses of DescribeWorkingStorageResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return DescribeWorkingStorageResult Modifier and Type Method Description DescribeWorkingStorageResult
DescribeWorkingStorageResult. clone()
DescribeWorkingStorageResult
DescribeWorkingStorageResult. withDiskIds(String... diskIds)
An array of the gateway's local disk IDs that are configured as working storage.DescribeWorkingStorageResult
DescribeWorkingStorageResult. withDiskIds(Collection<String> diskIds)
An array of the gateway's local disk IDs that are configured as working storage.DescribeWorkingStorageResult
DescribeWorkingStorageResult. withGatewayARN(String gatewayARN)
DescribeWorkingStorageResult
DescribeWorkingStorageResult. withWorkingStorageAllocatedInBytes(Long workingStorageAllocatedInBytes)
The total working storage in bytes allocated for the gateway.DescribeWorkingStorageResult
DescribeWorkingStorageResult. withWorkingStorageUsedInBytes(Long workingStorageUsedInBytes)
The total working storage in bytes in use by the gateway.
-