Uses of Interface
software.amazon.awssdk.services.storagegateway.model.ListFileSharesRequest.Builder
-
Packages that use ListFileSharesRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of ListFileSharesRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type ListFileSharesRequest.Builder Modifier and Type Method 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 Amazon Web Services account.default ListFileSharesResponseStorageGatewayClient. 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 ListFileSharesPublisherStorageGatewayAsyncClient. listFileSharesPaginator(Consumer<ListFileSharesRequest.Builder> listFileSharesRequest)This is a variant ofStorageGatewayAsyncClient.listFileShares(software.amazon.awssdk.services.storagegateway.model.ListFileSharesRequest)operation.default ListFileSharesIterableStorageGatewayClient. listFileSharesPaginator(Consumer<ListFileSharesRequest.Builder> listFileSharesRequest)This is a variant ofStorageGatewayClient.listFileShares(software.amazon.awssdk.services.storagegateway.model.ListFileSharesRequest)operation. -
Uses of ListFileSharesRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return ListFileSharesRequest.Builder Modifier and Type Method Description static ListFileSharesRequest.BuilderListFileSharesRequest. builder()ListFileSharesRequest.BuilderListFileSharesRequest.Builder. gatewayARN(String gatewayARN)The Amazon Resource Name (ARN) of the gateway whose file shares you want to list.ListFileSharesRequest.BuilderListFileSharesRequest.Builder. limit(Integer limit)The maximum number of file shares to return in the response.ListFileSharesRequest.BuilderListFileSharesRequest.Builder. marker(String marker)Opaque pagination token returned from a previous ListFileShares operation.ListFileSharesRequest.BuilderListFileSharesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFileSharesRequest.BuilderListFileSharesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFileSharesRequest.BuilderListFileSharesRequest. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type ListFileSharesRequest.Builder Modifier and Type Method Description static Class<? extends ListFileSharesRequest.Builder>ListFileSharesRequest. serializableBuilderClass()
-