Uses of Class
software.amazon.awssdk.services.storagegateway.model.ListCacheReportsResponse
-
Packages that use ListCacheReportsResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of ListCacheReportsResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return ListCacheReportsResponse Modifier and Type Method Description default ListCacheReportsResponseStorageGatewayClient. listCacheReports(Consumer<ListCacheReportsRequest.Builder> listCacheReportsRequest)Returns a list of existing cache reports for all file shares associated with your Amazon Web Services account.default ListCacheReportsResponseStorageGatewayClient. listCacheReports(ListCacheReportsRequest listCacheReportsRequest)Returns a list of existing cache reports for all file shares associated with your Amazon Web Services account.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type ListCacheReportsResponse Modifier and Type Method Description default CompletableFuture<ListCacheReportsResponse>StorageGatewayAsyncClient. listCacheReports(Consumer<ListCacheReportsRequest.Builder> listCacheReportsRequest)Returns a list of existing cache reports for all file shares associated with your Amazon Web Services account.default CompletableFuture<ListCacheReportsResponse>StorageGatewayAsyncClient. listCacheReports(ListCacheReportsRequest listCacheReportsRequest)Returns a list of existing cache reports for all file shares associated with your Amazon Web Services account.
-