|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeWorkingStorageResult | |
---|---|
com.amazonaws.services.storagegateway | Synchronous and asynchronous client classes for accessing AWSStorageGateway. |
com.amazonaws.services.storagegateway.model | Classes modeling the various types represented by AWSStorageGateway. |
Uses of DescribeWorkingStorageResult in com.amazonaws.services.storagegateway |
---|
Methods in com.amazonaws.services.storagegateway that return DescribeWorkingStorageResult | |
---|---|
DescribeWorkingStorageResult |
AWSStorageGatewayClient.describeWorkingStorage(DescribeWorkingStorageRequest describeWorkingStorageRequest)
This operation returns information about the working storage of a gateway. |
DescribeWorkingStorageResult |
AWSStorageGateway.describeWorkingStorage(DescribeWorkingStorageRequest describeWorkingStorageRequest)
This operation returns information about the working storage of a gateway. |
Methods in com.amazonaws.services.storagegateway that return types with arguments of type DescribeWorkingStorageResult | |
---|---|
Future<DescribeWorkingStorageResult> |
AWSStorageGatewayAsyncClient.describeWorkingStorageAsync(DescribeWorkingStorageRequest describeWorkingStorageRequest)
This operation returns information about the working storage of a gateway. |
Future<DescribeWorkingStorageResult> |
AWSStorageGatewayAsync.describeWorkingStorageAsync(DescribeWorkingStorageRequest describeWorkingStorageRequest)
This operation returns information about the working storage of a gateway. |
Future<DescribeWorkingStorageResult> |
AWSStorageGatewayAsyncClient.describeWorkingStorageAsync(DescribeWorkingStorageRequest describeWorkingStorageRequest,
AsyncHandler<DescribeWorkingStorageRequest,DescribeWorkingStorageResult> asyncHandler)
This operation returns information about the working storage of a gateway. |
Future<DescribeWorkingStorageResult> |
AWSStorageGatewayAsync.describeWorkingStorageAsync(DescribeWorkingStorageRequest describeWorkingStorageRequest,
AsyncHandler<DescribeWorkingStorageRequest,DescribeWorkingStorageResult> asyncHandler)
This operation returns information about the working storage of a gateway. |
Method parameters in com.amazonaws.services.storagegateway with type arguments of type DescribeWorkingStorageResult | |
---|---|
Future<DescribeWorkingStorageResult> |
AWSStorageGatewayAsyncClient.describeWorkingStorageAsync(DescribeWorkingStorageRequest describeWorkingStorageRequest,
AsyncHandler<DescribeWorkingStorageRequest,DescribeWorkingStorageResult> asyncHandler)
This operation returns information about the working storage of a gateway. |
Future<DescribeWorkingStorageResult> |
AWSStorageGatewayAsync.describeWorkingStorageAsync(DescribeWorkingStorageRequest describeWorkingStorageRequest,
AsyncHandler<DescribeWorkingStorageRequest,DescribeWorkingStorageResult> asyncHandler)
This operation returns information about the working storage of a gateway. |
Uses of DescribeWorkingStorageResult in com.amazonaws.services.storagegateway.model |
---|
Methods in com.amazonaws.services.storagegateway.model that return DescribeWorkingStorageResult | |
---|---|
DescribeWorkingStorageResult |
DescribeWorkingStorageResult.withDiskIds(Collection<String> diskIds)
An array of the gateway's local disk IDs that are configured as working storage. |
DescribeWorkingStorageResult |
DescribeWorkingStorageResult.withDiskIds(String... diskIds)
An array of the gateway's local disk IDs that are configured as working storage. |
DescribeWorkingStorageResult |
DescribeWorkingStorageResult.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |