| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTapesResponse |
StorageGatewayClient.listTapes()
Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf (VTS).
|
default ListTapesResponse |
StorageGatewayClient.listTapes(Consumer<ListTapesRequest.Builder> listTapesRequest)
Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf (VTS).
|
default ListTapesResponse |
StorageGatewayClient.listTapes(ListTapesRequest listTapesRequest)
Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf (VTS).
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTapesResponse> |
StorageGatewayAsyncClient.listTapes()
Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf (VTS).
|
default CompletableFuture<ListTapesResponse> |
StorageGatewayAsyncClient.listTapes(Consumer<ListTapesRequest.Builder> listTapesRequest)
Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf (VTS).
|
default CompletableFuture<ListTapesResponse> |
StorageGatewayAsyncClient.listTapes(ListTapesRequest listTapesRequest)
Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf (VTS).
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTapesResponse> |
ListTapesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTapesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTapesResponse> subscriber) |
Copyright © 2022. All rights reserved.