Package | Description |
---|---|
com.amazonaws.services.storagegateway | |
com.amazonaws.services.storagegateway.model |
Modifier and Type | Method and Description |
---|---|
Future<DescribeVTLDevicesResult> |
AbstractAWSStorageGatewayAsync.describeVTLDevicesAsync(DescribeVTLDevicesRequest request,
AsyncHandler<DescribeVTLDevicesRequest,DescribeVTLDevicesResult> asyncHandler) |
Future<DescribeVTLDevicesResult> |
AWSStorageGatewayAsyncClient.describeVTLDevicesAsync(DescribeVTLDevicesRequest request,
AsyncHandler<DescribeVTLDevicesRequest,DescribeVTLDevicesResult> asyncHandler) |
Future<DescribeVTLDevicesResult> |
AWSStorageGatewayAsync.describeVTLDevicesAsync(DescribeVTLDevicesRequest describeVTLDevicesRequest,
AsyncHandler<DescribeVTLDevicesRequest,DescribeVTLDevicesResult> asyncHandler)
Returns a description of virtual tape library (VTL) devices for the
specified gateway.
|
Modifier and Type | Method and Description |
---|---|
DescribeVTLDevicesRequest |
DescribeVTLDevicesRequest.clone() |
DescribeVTLDevicesRequest |
DescribeVTLDevicesRequest.withGatewayARN(String gatewayARN) |
DescribeVTLDevicesRequest |
DescribeVTLDevicesRequest.withLimit(Integer limit)
Specifies that the number of VTL devices described be limited to the
specified number.
|
DescribeVTLDevicesRequest |
DescribeVTLDevicesRequest.withMarker(String marker)
An opaque string that indicates the position at which to begin describing
the VTL devices.
|
DescribeVTLDevicesRequest |
DescribeVTLDevicesRequest.withVTLDeviceARNs(Collection<String> vTLDeviceARNs)
An array of strings, where each string represents the Amazon Resource
Name (ARN) of a VTL device.
|
DescribeVTLDevicesRequest |
DescribeVTLDevicesRequest.withVTLDeviceARNs(String... vTLDeviceARNs)
An array of strings, where each string represents the Amazon Resource
Name (ARN) of a VTL device.
|
Copyright © 2018. All rights reserved.