Uses of Class
software.amazon.awssdk.services.storagegateway.model.ListFileSharesResponse
-
Packages that use ListFileSharesResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of ListFileSharesResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return ListFileSharesResponse Modifier and Type Method Description default ListFileSharesResponseStorageGatewayClient. 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 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 ListFileSharesResponseStorageGatewayClient. 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.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type ListFileSharesResponse Modifier and Type Method 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. -
Uses of ListFileSharesResponse in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.paginators that return types with arguments of type ListFileSharesResponse Modifier and Type Method Description Iterator<ListFileSharesResponse>ListFileSharesIterable. iterator()Method parameters in software.amazon.awssdk.services.storagegateway.paginators with type arguments of type ListFileSharesResponse Modifier and Type Method Description voidListFileSharesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFileSharesResponse> subscriber)
-