Uses of Class
com.amazonaws.services.storagegateway.model.DescribeVTLDevicesResult
Packages that use DescribeVTLDevicesResult
Package
Description
-
Uses of DescribeVTLDevicesResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return DescribeVTLDevicesResultModifier and TypeMethodDescriptionAbstractAWSStorageGateway.describeVTLDevices(DescribeVTLDevicesRequest request) AWSStorageGateway.describeVTLDevices(DescribeVTLDevicesRequest describeVTLDevicesRequest) Returns a description of virtual tape library (VTL) devices for the specified gateway.AWSStorageGatewayClient.describeVTLDevices(DescribeVTLDevicesRequest describeVTLDevicesRequest) Returns a description of virtual tape library (VTL) devices for the specified gateway.Methods in com.amazonaws.services.storagegateway that return types with arguments of type DescribeVTLDevicesResultModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.describeVTLDevicesAsync(DescribeVTLDevicesRequest request) AbstractAWSStorageGatewayAsync.describeVTLDevicesAsync(DescribeVTLDevicesRequest request, AsyncHandler<DescribeVTLDevicesRequest, DescribeVTLDevicesResult> asyncHandler) AWSStorageGatewayAsync.describeVTLDevicesAsync(DescribeVTLDevicesRequest describeVTLDevicesRequest) Returns a description of virtual tape library (VTL) devices for the specified gateway.AWSStorageGatewayAsync.describeVTLDevicesAsync(DescribeVTLDevicesRequest describeVTLDevicesRequest, AsyncHandler<DescribeVTLDevicesRequest, DescribeVTLDevicesResult> asyncHandler) Returns a description of virtual tape library (VTL) devices for the specified gateway.AWSStorageGatewayAsyncClient.describeVTLDevicesAsync(DescribeVTLDevicesRequest request) AWSStorageGatewayAsyncClient.describeVTLDevicesAsync(DescribeVTLDevicesRequest request, AsyncHandler<DescribeVTLDevicesRequest, DescribeVTLDevicesResult> asyncHandler) Method parameters in com.amazonaws.services.storagegateway with type arguments of type DescribeVTLDevicesResultModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.describeVTLDevicesAsync(DescribeVTLDevicesRequest request, AsyncHandler<DescribeVTLDevicesRequest, DescribeVTLDevicesResult> asyncHandler) AWSStorageGatewayAsync.describeVTLDevicesAsync(DescribeVTLDevicesRequest describeVTLDevicesRequest, AsyncHandler<DescribeVTLDevicesRequest, DescribeVTLDevicesResult> asyncHandler) Returns a description of virtual tape library (VTL) devices for the specified gateway.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 DescribeVTLDevicesResultModifier and TypeMethodDescriptionDescribeVTLDevicesResult.clone()DescribeVTLDevicesResult.withGatewayARN(String gatewayARN) DescribeVTLDevicesResult.withMarker(String marker) An opaque string that indicates the position at which the VTL devices that were fetched for description ended.DescribeVTLDevicesResult.withVTLDevices(VTLDevice... vTLDevices) An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.DescribeVTLDevicesResult.withVTLDevices(Collection<VTLDevice> vTLDevices) An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.