Uses of Class
software.amazon.awssdk.services.storagegateway.model.ListFileSharesRequest
-
Packages that use ListFileSharesRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.paginators software.amazon.awssdk.services.storagegateway.transform -
-
Uses of ListFileSharesRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type ListFileSharesRequest Modifier and Type Method Description 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.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.default ListFileSharesPublisherStorageGatewayAsyncClient. listFileSharesPaginator(ListFileSharesRequest listFileSharesRequest)This is a variant ofStorageGatewayAsyncClient.listFileShares(software.amazon.awssdk.services.storagegateway.model.ListFileSharesRequest)operation.default ListFileSharesIterableStorageGatewayClient. listFileSharesPaginator(ListFileSharesRequest listFileSharesRequest)This is a variant ofStorageGatewayClient.listFileShares(software.amazon.awssdk.services.storagegateway.model.ListFileSharesRequest)operation. -
Uses of ListFileSharesRequest in software.amazon.awssdk.services.storagegateway.paginators
Constructors in software.amazon.awssdk.services.storagegateway.paginators with parameters of type ListFileSharesRequest Constructor Description ListFileSharesIterable(StorageGatewayClient client, ListFileSharesRequest firstRequest)ListFileSharesPublisher(StorageGatewayAsyncClient client, ListFileSharesRequest firstRequest) -
Uses of ListFileSharesRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type ListFileSharesRequest Modifier and Type Method Description SdkHttpFullRequestListFileSharesRequestMarshaller. marshall(ListFileSharesRequest listFileSharesRequest)
-