Package | Description |
---|---|
com.amazonaws.services.storagegateway | |
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Method and Description |
---|---|
DescribeWorkingStorageResult |
AWSStorageGatewayClient.describeWorkingStorage(DescribeWorkingStorageRequest describeWorkingStorageRequest)
Returns information about the working storage of a gateway.
|
DescribeWorkingStorageResult |
AbstractAWSStorageGateway.describeWorkingStorage(DescribeWorkingStorageRequest request) |
DescribeWorkingStorageResult |
AWSStorageGateway.describeWorkingStorage(DescribeWorkingStorageRequest describeWorkingStorageRequest)
Returns information about the working storage of a gateway.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeWorkingStorageResult> |
AWSStorageGatewayAsyncClient.describeWorkingStorageAsync(DescribeWorkingStorageRequest request,
AsyncHandler<DescribeWorkingStorageRequest,DescribeWorkingStorageResult> asyncHandler) |
java.util.concurrent.Future<DescribeWorkingStorageResult> |
AbstractAWSStorageGatewayAsync.describeWorkingStorageAsync(DescribeWorkingStorageRequest request,
AsyncHandler<DescribeWorkingStorageRequest,DescribeWorkingStorageResult> asyncHandler) |
java.util.concurrent.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(java.util.Collection<java.lang.String> diskIds)
An array of the gateway's local disk IDs that are configured as working
storage.
|
DescribeWorkingStorageResult |
DescribeWorkingStorageResult.withDiskIds(java.lang.String... diskIds)
An array of the gateway's local disk IDs that are configured as working
storage.
|
DescribeWorkingStorageResult |
DescribeWorkingStorageResult.withGatewayARN(java.lang.String gatewayARN) |
DescribeWorkingStorageResult |
DescribeWorkingStorageResult.withWorkingStorageAllocatedInBytes(java.lang.Long workingStorageAllocatedInBytes)
The total working storage in bytes allocated for the gateway.
|
DescribeWorkingStorageResult |
DescribeWorkingStorageResult.withWorkingStorageUsedInBytes(java.lang.Long workingStorageUsedInBytes)
The total working storage in bytes in use by the gateway.
|
Modifier and Type | Method and Description |
---|---|
DescribeWorkingStorageResult |
DescribeWorkingStorageResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |