| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListFileSharesResponse |
StorageGatewayClient.listFileShares()
Gets a list of the file shares for a specific S3 File Gateway, or the list of file shares that belong to the
calling Amazon Web Services account.
|
default ListFileSharesResponse |
StorageGatewayClient.listFileShares(Consumer<ListFileSharesRequest.Builder> listFileSharesRequest)
Gets a list of the file shares for a specific S3 File Gateway, or the list of file shares that belong to the
calling Amazon Web Services account.
|
default ListFileSharesResponse |
StorageGatewayClient.listFileShares(ListFileSharesRequest listFileSharesRequest)
Gets a list of the file shares for a specific S3 File Gateway, or the list of file shares that belong to the
calling Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFileSharesResponse> |
StorageGatewayAsyncClient.listFileShares()
Gets a list of the file shares for a specific S3 File Gateway, or the list of file shares that belong to the
calling Amazon Web Services account.
|
default CompletableFuture<ListFileSharesResponse> |
StorageGatewayAsyncClient.listFileShares(Consumer<ListFileSharesRequest.Builder> listFileSharesRequest)
Gets a list of the file shares for a specific S3 File Gateway, or the list of file shares that belong to the
calling Amazon Web Services account.
|
default CompletableFuture<ListFileSharesResponse> |
StorageGatewayAsyncClient.listFileShares(ListFileSharesRequest listFileSharesRequest)
Gets a list of the file shares for a specific S3 File Gateway, or the list of file shares that belong to the
calling Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFileSharesResponse> |
ListFileSharesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFileSharesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFileSharesResponse> subscriber) |
Copyright © 2023. All rights reserved.