Uses of Class
software.amazon.awssdk.services.applicationcostprofiler.model.DeleteReportDefinitionResponse
-
Packages that use DeleteReportDefinitionResponse Package Description software.amazon.awssdk.services.applicationcostprofiler This reference provides descriptions of the AWS Application Cost Profiler API. -
-
Uses of DeleteReportDefinitionResponse in software.amazon.awssdk.services.applicationcostprofiler
Methods in software.amazon.awssdk.services.applicationcostprofiler that return DeleteReportDefinitionResponse Modifier and Type Method Description default DeleteReportDefinitionResponseApplicationCostProfilerClient. deleteReportDefinition(Consumer<DeleteReportDefinitionRequest.Builder> deleteReportDefinitionRequest)Deletes the specified report definition in AWS Application Cost Profiler.default DeleteReportDefinitionResponseApplicationCostProfilerClient. deleteReportDefinition(DeleteReportDefinitionRequest deleteReportDefinitionRequest)Deletes the specified report definition in AWS Application Cost Profiler.Methods in software.amazon.awssdk.services.applicationcostprofiler that return types with arguments of type DeleteReportDefinitionResponse Modifier and Type Method Description default CompletableFuture<DeleteReportDefinitionResponse>ApplicationCostProfilerAsyncClient. deleteReportDefinition(Consumer<DeleteReportDefinitionRequest.Builder> deleteReportDefinitionRequest)Deletes the specified report definition in AWS Application Cost Profiler.default CompletableFuture<DeleteReportDefinitionResponse>ApplicationCostProfilerAsyncClient. deleteReportDefinition(DeleteReportDefinitionRequest deleteReportDefinitionRequest)Deletes the specified report definition in AWS Application Cost Profiler.
-