Uses of Class
software.amazon.awssdk.services.storagegateway.model.CancelCacheReportRequest
-
Packages that use CancelCacheReportRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of CancelCacheReportRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type CancelCacheReportRequest Modifier and Type Method Description default CompletableFuture<CancelCacheReportResponse>StorageGatewayAsyncClient. cancelCacheReport(CancelCacheReportRequest cancelCacheReportRequest)Cancels generation of a specified cache report.default CancelCacheReportResponseStorageGatewayClient. cancelCacheReport(CancelCacheReportRequest cancelCacheReportRequest)Cancels generation of a specified cache report. -
Uses of CancelCacheReportRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type CancelCacheReportRequest Modifier and Type Method Description SdkHttpFullRequestCancelCacheReportRequestMarshaller. marshall(CancelCacheReportRequest cancelCacheReportRequest)
-