Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeWorkingStorageResult> |
AWSStorageGatewayAsync.describeWorkingStorageAsync(DescribeWorkingStorageRequest describeWorkingStorageRequest)
This operation returns information about the working storage of a
gateway.
|
Future<DescribeWorkingStorageResult> |
AWSStorageGatewayAsyncClient.describeWorkingStorageAsync(DescribeWorkingStorageRequest describeWorkingStorageRequest)
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.
|
Future<DescribeWorkingStorageResult> |
AWSStorageGatewayAsyncClient.describeWorkingStorageAsync(DescribeWorkingStorageRequest describeWorkingStorageRequest,
AsyncHandler<DescribeWorkingStorageRequest,DescribeWorkingStorageResult> asyncHandler)
This operation returns information about the working storage of a
gateway.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeWorkingStorageResult> |
AWSStorageGatewayAsync.describeWorkingStorageAsync(DescribeWorkingStorageRequest describeWorkingStorageRequest,
AsyncHandler<DescribeWorkingStorageRequest,DescribeWorkingStorageResult> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All rights reserved.