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 DescribeVTLDevicesResultAbstractAWSStorageGateway. describeVTLDevices(DescribeVTLDevicesRequest request)DescribeVTLDevicesResultAWSStorageGateway. describeVTLDevices(DescribeVTLDevicesRequest describeVTLDevicesRequest)Returns a description of virtual tape library (VTL) devices for the specified gateway.DescribeVTLDevicesResultAWSStorageGatewayClient. 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 DescribeVTLDevicesResultDescribeVTLDevicesResult. clone()DescribeVTLDevicesResultDescribeVTLDevicesResult. withGatewayARN(String gatewayARN)DescribeVTLDevicesResultDescribeVTLDevicesResult. withMarker(String marker)An opaque string that indicates the position at which the VTL devices that were fetched for description ended.DescribeVTLDevicesResultDescribeVTLDevicesResult. withVTLDevices(VTLDevice... vTLDevices)An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.DescribeVTLDevicesResultDescribeVTLDevicesResult. withVTLDevices(Collection<VTLDevice> vTLDevices)An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
-