Uses of Class
com.amazonaws.services.storagegateway.model.DescribeVTLDevicesResult
-
Packages that use DescribeVTLDevicesResult Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of DescribeVTLDevicesResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return DescribeVTLDevicesResult Modifier and Type Method Description DescribeVTLDevicesResult
AbstractAWSStorageGateway. describeVTLDevices(DescribeVTLDevicesRequest request)
DescribeVTLDevicesResult
AWSStorageGateway. describeVTLDevices(DescribeVTLDevicesRequest describeVTLDevicesRequest)
Returns a description of virtual tape library (VTL) devices for the specified gateway.DescribeVTLDevicesResult
AWSStorageGatewayClient. describeVTLDevices(DescribeVTLDevicesRequest describeVTLDevicesRequest)
Returns a description of virtual tape library (VTL) devices for the specified gateway.Method parameters in com.amazonaws.services.storagegateway with type arguments of type DescribeVTLDevicesResult Modifier and Type Method Description Future<DescribeVTLDevicesResult>
AbstractAWSStorageGatewayAsync. 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.Future<DescribeVTLDevicesResult>
AWSStorageGatewayAsyncClient. describeVTLDevicesAsync(DescribeVTLDevicesRequest request, AsyncHandler<DescribeVTLDevicesRequest,DescribeVTLDevicesResult> asyncHandler)
-
Uses of DescribeVTLDevicesResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return DescribeVTLDevicesResult Modifier and Type Method 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(VTLDevice... vTLDevices)
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.DescribeVTLDevicesResult
DescribeVTLDevicesResult. withVTLDevices(Collection<VTLDevice> vTLDevices)
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
-