Uses of Class
software.amazon.awssdk.services.storagegateway.model.DescribeVtlDevicesResponse
-
Packages that use DescribeVtlDevicesResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of DescribeVtlDevicesResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return DescribeVtlDevicesResponse Modifier and Type Method Description default DescribeVtlDevicesResponseStorageGatewayClient. describeVTLDevices(Consumer<DescribeVtlDevicesRequest.Builder> describeVtlDevicesRequest)Returns a description of virtual tape library (VTL) devices for the specified tape gateway.default DescribeVtlDevicesResponseStorageGatewayClient. describeVTLDevices(DescribeVtlDevicesRequest describeVtlDevicesRequest)Returns a description of virtual tape library (VTL) devices for the specified tape gateway.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type DescribeVtlDevicesResponse Modifier and Type Method Description default CompletableFuture<DescribeVtlDevicesResponse>StorageGatewayAsyncClient. describeVTLDevices(Consumer<DescribeVtlDevicesRequest.Builder> describeVtlDevicesRequest)Returns a description of virtual tape library (VTL) devices for the specified tape gateway.default CompletableFuture<DescribeVtlDevicesResponse>StorageGatewayAsyncClient. describeVTLDevices(DescribeVtlDevicesRequest describeVtlDevicesRequest)Returns a description of virtual tape library (VTL) devices for the specified tape gateway. -
Uses of DescribeVtlDevicesResponse in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.paginators that return types with arguments of type DescribeVtlDevicesResponse Modifier and Type Method Description Iterator<DescribeVtlDevicesResponse>DescribeVTLDevicesIterable. iterator()Method parameters in software.amazon.awssdk.services.storagegateway.paginators with type arguments of type DescribeVtlDevicesResponse Modifier and Type Method Description voidDescribeVTLDevicesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeVtlDevicesResponse> subscriber)
-