Uses of Class
com.amazonaws.services.storagegateway.model.DescribeVTLDevicesRequest
-
Packages that use DescribeVTLDevicesRequest Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of DescribeVTLDevicesRequest in com.amazonaws.services.storagegateway
Method parameters in com.amazonaws.services.storagegateway with type arguments of type DescribeVTLDevicesRequest 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 DescribeVTLDevicesRequest in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return DescribeVTLDevicesRequest Modifier and Type Method Description DescribeVTLDevicesRequestDescribeVTLDevicesRequest. clone()DescribeVTLDevicesRequestDescribeVTLDevicesRequest. withGatewayARN(String gatewayARN)DescribeVTLDevicesRequestDescribeVTLDevicesRequest. withLimit(Integer limit)Specifies that the number of VTL devices described be limited to the specified number.DescribeVTLDevicesRequestDescribeVTLDevicesRequest. withMarker(String marker)An opaque string that indicates the position at which to begin describing the VTL devices.DescribeVTLDevicesRequestDescribeVTLDevicesRequest. withVTLDeviceARNs(String... vTLDeviceARNs)An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.DescribeVTLDevicesRequestDescribeVTLDevicesRequest. withVTLDeviceARNs(Collection<String> vTLDeviceARNs)An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.
-