Uses of Interface
software.amazon.awssdk.services.storagegateway.model.CancelCacheReportRequest.Builder
-
Packages that use CancelCacheReportRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of CancelCacheReportRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type CancelCacheReportRequest.Builder Modifier and Type Method Description default CompletableFuture<CancelCacheReportResponse>StorageGatewayAsyncClient. cancelCacheReport(Consumer<CancelCacheReportRequest.Builder> cancelCacheReportRequest)Cancels generation of a specified cache report.default CancelCacheReportResponseStorageGatewayClient. cancelCacheReport(Consumer<CancelCacheReportRequest.Builder> cancelCacheReportRequest)Cancels generation of a specified cache report. -
Uses of CancelCacheReportRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return CancelCacheReportRequest.Builder Modifier and Type Method Description static CancelCacheReportRequest.BuilderCancelCacheReportRequest. builder()CancelCacheReportRequest.BuilderCancelCacheReportRequest.Builder. cacheReportARN(String cacheReportARN)The Amazon Resource Name (ARN) of the cache report you want to cancel.CancelCacheReportRequest.BuilderCancelCacheReportRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CancelCacheReportRequest.BuilderCancelCacheReportRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CancelCacheReportRequest.BuilderCancelCacheReportRequest. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type CancelCacheReportRequest.Builder Modifier and Type Method Description static Class<? extends CancelCacheReportRequest.Builder>CancelCacheReportRequest. serializableBuilderClass()
-