| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeVtlDevicesResponse |
StorageGatewayClient.describeVTLDevices(Consumer<DescribeVtlDevicesRequest.Builder> describeVtlDevicesRequest)
Returns a description of virtual tape library (VTL) devices for the specified tape gateway.
|
default DescribeVtlDevicesResponse |
StorageGatewayClient.describeVTLDevices(DescribeVtlDevicesRequest describeVtlDevicesRequest)
Returns a description of virtual tape library (VTL) devices for the specified tape gateway.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeVtlDevicesResponse> |
DescribeVTLDevicesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeVTLDevicesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeVtlDevicesResponse> subscriber) |
Copyright © 2021. All rights reserved.