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 |
---|---|
DescribeVTLDevicesResult |
AWSStorageGatewayClient.describeVTLDevices(DescribeVTLDevicesRequest describeVTLDevicesRequest)
Returns a description of Virtual Tape Library (VTL) devices for the
gateway specified in the request.
|
DescribeVTLDevicesResult |
AWSStorageGateway.describeVTLDevices(DescribeVTLDevicesRequest describeVTLDevicesRequest)
Returns a description of Virtual Tape Library (VTL) devices for the
gateway specified in the request.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeVTLDevicesResult> |
AWSStorageGatewayAsync.describeVTLDevicesAsync(DescribeVTLDevicesRequest describeVTLDevicesRequest)
Returns a description of Virtual Tape Library (VTL) devices for the
gateway specified in the request.
|
Future<DescribeVTLDevicesResult> |
AWSStorageGatewayAsyncClient.describeVTLDevicesAsync(DescribeVTLDevicesRequest describeVTLDevicesRequest)
Returns a description of Virtual Tape Library (VTL) devices for the
gateway specified in the request.
|
Future<DescribeVTLDevicesResult> |
AWSStorageGatewayAsync.describeVTLDevicesAsync(DescribeVTLDevicesRequest describeVTLDevicesRequest,
AsyncHandler<DescribeVTLDevicesRequest,DescribeVTLDevicesResult> asyncHandler)
Returns a description of Virtual Tape Library (VTL) devices for the
gateway specified in the request.
|
Future<DescribeVTLDevicesResult> |
AWSStorageGatewayAsyncClient.describeVTLDevicesAsync(DescribeVTLDevicesRequest describeVTLDevicesRequest,
AsyncHandler<DescribeVTLDevicesRequest,DescribeVTLDevicesResult> asyncHandler)
Returns a description of Virtual Tape Library (VTL) devices for the
gateway specified in the request.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeVTLDevicesResult> |
AWSStorageGatewayAsync.describeVTLDevicesAsync(DescribeVTLDevicesRequest describeVTLDevicesRequest,
AsyncHandler<DescribeVTLDevicesRequest,DescribeVTLDevicesResult> asyncHandler)
Returns a description of Virtual Tape Library (VTL) devices for the
gateway specified in the request.
|
Future<DescribeVTLDevicesResult> |
AWSStorageGatewayAsyncClient.describeVTLDevicesAsync(DescribeVTLDevicesRequest describeVTLDevicesRequest,
AsyncHandler<DescribeVTLDevicesRequest,DescribeVTLDevicesResult> asyncHandler)
Returns a description of Virtual Tape Library (VTL) devices for the
gateway specified in the request.
|
Modifier and Type | Method and Description |
---|---|
DescribeVTLDevicesResult |
DescribeVTLDevicesResult.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
DescribeVTLDevicesResult |
DescribeVTLDevicesResult.withMarker(String marker)
An opaque string that indicates the position at which the VTL devices
that were fetched for description ended.
|
DescribeVTLDevicesResult |
DescribeVTLDevicesResult.withVTLDevices(Collection<VTLDevice> vTLDevices)
An array of VTL device objects composed of the Amazon Resource
Name(ARN) of the VTL devices.
|
DescribeVTLDevicesResult |
DescribeVTLDevicesResult.withVTLDevices(VTLDevice... vTLDevices)
An array of VTL device objects composed of the Amazon Resource
Name(ARN) of the VTL devices.
|
Copyright © 2014. All rights reserved.