Package | Description |
---|---|
com.amazonaws.services.storagegateway | |
com.amazonaws.services.storagegateway.model |
Modifier and Type | Method and Description |
---|---|
DescribeVTLDevicesResult |
AbstractAWSStorageGateway.describeVTLDevices(DescribeVTLDevicesRequest request) |
DescribeVTLDevicesResult |
AWSStorageGatewayClient.describeVTLDevices(DescribeVTLDevicesRequest describeVTLDevicesRequest)
Returns a description of virtual tape library (VTL) devices for the
specified gateway.
|
DescribeVTLDevicesResult |
AWSStorageGateway.describeVTLDevices(DescribeVTLDevicesRequest describeVTLDevicesRequest)
Returns a description of virtual tape library (VTL) devices for the
specified gateway.
|
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 |
---|---|
DescribeVTLDevicesResult |
DescribeVTLDevicesResult.clone() |
DescribeVTLDevicesResult |
DescribeVTLDevicesResult.withGatewayARN(String gatewayARN) |
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 © 2018. All rights reserved.