| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListVolumesResponse |
StorageGatewayClient.listVolumes()
Lists the iSCSI stored volumes of a gateway.
|
default ListVolumesResponse |
StorageGatewayClient.listVolumes(Consumer<ListVolumesRequest.Builder> listVolumesRequest)
Lists the iSCSI stored volumes of a gateway.
|
default ListVolumesResponse |
StorageGatewayClient.listVolumes(ListVolumesRequest listVolumesRequest)
Lists the iSCSI stored volumes of a gateway.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListVolumesResponse> |
StorageGatewayAsyncClient.listVolumes()
Lists the iSCSI stored volumes of a gateway.
|
default CompletableFuture<ListVolumesResponse> |
StorageGatewayAsyncClient.listVolumes(Consumer<ListVolumesRequest.Builder> listVolumesRequest)
Lists the iSCSI stored volumes of a gateway.
|
default CompletableFuture<ListVolumesResponse> |
StorageGatewayAsyncClient.listVolumes(ListVolumesRequest listVolumesRequest)
Lists the iSCSI stored volumes of a gateway.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListVolumesResponse> |
ListVolumesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListVolumesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListVolumesResponse> subscriber) |
Copyright © 2021. All rights reserved.