| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.paginators | |
| software.amazon.awssdk.services.storagegateway.transform |
| Modifier and Type | Method and Description |
|---|---|
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 user 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 user account.
|
default ListFileSharesIterable |
StorageGatewayClient.listFileSharesPaginator(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 user account.
|
default ListFileSharesPublisher |
StorageGatewayAsyncClient.listFileSharesPaginator(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 user account.
|
| Constructor and Description |
|---|
ListFileSharesIterable(StorageGatewayClient client,
ListFileSharesRequest firstRequest) |
ListFileSharesPublisher(StorageGatewayAsyncClient client,
ListFileSharesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListFileSharesRequestMarshaller.marshall(ListFileSharesRequest listFileSharesRequest) |
Copyright © 2023. All rights reserved.