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 |
---|---|
DescribeUploadBufferResult |
AWSStorageGatewayClient.describeUploadBuffer(DescribeUploadBufferRequest describeUploadBufferRequest)
This operation returns information about the upload buffer of a
gateway.
|
DescribeUploadBufferResult |
AWSStorageGateway.describeUploadBuffer(DescribeUploadBufferRequest describeUploadBufferRequest)
This operation returns information about the upload buffer of a
gateway.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeUploadBufferResult> |
AWSStorageGatewayAsync.describeUploadBufferAsync(DescribeUploadBufferRequest describeUploadBufferRequest)
This operation returns information about the upload buffer of a
gateway.
|
Future<DescribeUploadBufferResult> |
AWSStorageGatewayAsyncClient.describeUploadBufferAsync(DescribeUploadBufferRequest describeUploadBufferRequest)
This operation returns information about the upload buffer of a
gateway.
|
Future<DescribeUploadBufferResult> |
AWSStorageGatewayAsync.describeUploadBufferAsync(DescribeUploadBufferRequest describeUploadBufferRequest,
AsyncHandler<DescribeUploadBufferRequest,DescribeUploadBufferResult> asyncHandler)
This operation returns information about the upload buffer of a
gateway.
|
Future<DescribeUploadBufferResult> |
AWSStorageGatewayAsyncClient.describeUploadBufferAsync(DescribeUploadBufferRequest describeUploadBufferRequest,
AsyncHandler<DescribeUploadBufferRequest,DescribeUploadBufferResult> asyncHandler)
This operation returns information about the upload buffer of a
gateway.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeUploadBufferResult> |
AWSStorageGatewayAsync.describeUploadBufferAsync(DescribeUploadBufferRequest describeUploadBufferRequest,
AsyncHandler<DescribeUploadBufferRequest,DescribeUploadBufferResult> asyncHandler)
This operation returns information about the upload buffer of a
gateway.
|
Future<DescribeUploadBufferResult> |
AWSStorageGatewayAsyncClient.describeUploadBufferAsync(DescribeUploadBufferRequest describeUploadBufferRequest,
AsyncHandler<DescribeUploadBufferRequest,DescribeUploadBufferResult> asyncHandler)
This operation returns information about the upload buffer of a
gateway.
|
Modifier and Type | Method and Description |
---|---|
DescribeUploadBufferResult |
DescribeUploadBufferResult.withDiskIds(Collection<String> diskIds)
Sets the value of the DiskIds property for this object.
|
DescribeUploadBufferResult |
DescribeUploadBufferResult.withDiskIds(String... diskIds)
Sets the value of the DiskIds property for this object.
|
DescribeUploadBufferResult |
DescribeUploadBufferResult.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
DescribeUploadBufferResult |
DescribeUploadBufferResult.withUploadBufferAllocatedInBytes(Long uploadBufferAllocatedInBytes)
Sets the value of the UploadBufferAllocatedInBytes property for this
object.
|
DescribeUploadBufferResult |
DescribeUploadBufferResult.withUploadBufferUsedInBytes(Long uploadBufferUsedInBytes)
Sets the value of the UploadBufferUsedInBytes property for this
object.
|
Copyright © 2014. All rights reserved.