Package | Description |
---|---|
com.amazonaws.services.storagegateway | |
com.amazonaws.services.storagegateway.model |
Modifier and Type | Method and Description |
---|---|
DescribeWorkingStorageResult |
AbstractAWSStorageGateway.describeWorkingStorage(DescribeWorkingStorageRequest request) |
DescribeWorkingStorageResult |
AWSStorageGatewayClient.describeWorkingStorage(DescribeWorkingStorageRequest describeWorkingStorageRequest)
Returns information about the working storage of a gateway.
|
DescribeWorkingStorageResult |
AWSStorageGateway.describeWorkingStorage(DescribeWorkingStorageRequest describeWorkingStorageRequest)
Returns information about the working storage of a gateway.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeWorkingStorageResult> |
AbstractAWSStorageGatewayAsync.describeWorkingStorageAsync(DescribeWorkingStorageRequest request,
AsyncHandler<DescribeWorkingStorageRequest,DescribeWorkingStorageResult> asyncHandler) |
Future<DescribeWorkingStorageResult> |
AWSStorageGatewayAsyncClient.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.
|
Modifier and Type | Method and Description |
---|---|
DescribeWorkingStorageResult |
DescribeWorkingStorageResult.clone() |
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) |
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 © 2018. All rights reserved.