| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
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 user 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 user account.
|
default ListFileSharesPublisher |
StorageGatewayAsyncClient.listFileSharesPaginator(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 user account.
|
default ListFileSharesIterable |
StorageGatewayClient.listFileSharesPaginator(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 user account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListFileSharesRequest.Builder |
ListFileSharesRequest.builder() |
ListFileSharesRequest.Builder |
ListFileSharesRequest.Builder.gatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway whose file shares you want to list.
|
ListFileSharesRequest.Builder |
ListFileSharesRequest.Builder.limit(Integer limit)
The maximum number of file shares to return in the response.
|
ListFileSharesRequest.Builder |
ListFileSharesRequest.Builder.marker(String marker)
Opaque pagination token returned from a previous ListFileShares operation.
|
ListFileSharesRequest.Builder |
ListFileSharesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFileSharesRequest.Builder |
ListFileSharesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFileSharesRequest.Builder |
ListFileSharesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFileSharesRequest.Builder> |
ListFileSharesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.