Uses of Class
software.amazon.awssdk.services.applicationcostprofiler.model.GetReportDefinitionResponse
-
Packages that use GetReportDefinitionResponse Package Description software.amazon.awssdk.services.applicationcostprofiler This reference provides descriptions of the AWS Application Cost Profiler API. -
-
Uses of GetReportDefinitionResponse in software.amazon.awssdk.services.applicationcostprofiler
Methods in software.amazon.awssdk.services.applicationcostprofiler that return GetReportDefinitionResponse Modifier and Type Method Description default GetReportDefinitionResponseApplicationCostProfilerClient. getReportDefinition(Consumer<GetReportDefinitionRequest.Builder> getReportDefinitionRequest)Retrieves the definition of a report already configured in AWS Application Cost Profiler.default GetReportDefinitionResponseApplicationCostProfilerClient. getReportDefinition(GetReportDefinitionRequest getReportDefinitionRequest)Retrieves the definition of a report already configured in AWS Application Cost Profiler.Methods in software.amazon.awssdk.services.applicationcostprofiler that return types with arguments of type GetReportDefinitionResponse Modifier and Type Method Description default CompletableFuture<GetReportDefinitionResponse>ApplicationCostProfilerAsyncClient. getReportDefinition(Consumer<GetReportDefinitionRequest.Builder> getReportDefinitionRequest)Retrieves the definition of a report already configured in AWS Application Cost Profiler.default CompletableFuture<GetReportDefinitionResponse>ApplicationCostProfilerAsyncClient. getReportDefinition(GetReportDefinitionRequest getReportDefinitionRequest)Retrieves the definition of a report already configured in AWS Application Cost Profiler.
-