Uses of Class
software.amazon.awssdk.services.storagegateway.model.ListCacheReportsRequest
-
Packages that use ListCacheReportsRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of ListCacheReportsRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type ListCacheReportsRequest Modifier and Type Method Description 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.default ListCacheReportsResponseStorageGatewayClient. listCacheReports(ListCacheReportsRequest listCacheReportsRequest)Returns a list of existing cache reports for all file shares associated with your Amazon Web Services account. -
Uses of ListCacheReportsRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type ListCacheReportsRequest Modifier and Type Method Description SdkHttpFullRequestListCacheReportsRequestMarshaller. marshall(ListCacheReportsRequest listCacheReportsRequest)
-