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 DescribeWorkingStorageResultAbstractAWSStorageGateway. describeWorkingStorage(DescribeWorkingStorageRequest request)DescribeWorkingStorageResultAWSStorageGateway. describeWorkingStorage(DescribeWorkingStorageRequest describeWorkingStorageRequest)Returns information about the working storage of a gateway.DescribeWorkingStorageResultAWSStorageGatewayClient. 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 DescribeWorkingStorageResultDescribeWorkingStorageResult. clone()DescribeWorkingStorageResultDescribeWorkingStorageResult. withDiskIds(String... diskIds)An array of the gateway's local disk IDs that are configured as working storage.DescribeWorkingStorageResultDescribeWorkingStorageResult. withDiskIds(Collection<String> diskIds)An array of the gateway's local disk IDs that are configured as working storage.DescribeWorkingStorageResultDescribeWorkingStorageResult. withGatewayARN(String gatewayARN)DescribeWorkingStorageResultDescribeWorkingStorageResult. withWorkingStorageAllocatedInBytes(Long workingStorageAllocatedInBytes)The total working storage in bytes allocated for the gateway.DescribeWorkingStorageResultDescribeWorkingStorageResult. withWorkingStorageUsedInBytes(Long workingStorageUsedInBytes)The total working storage in bytes in use by the gateway.
-