Uses of Class
software.amazon.awssdk.services.applicationcostprofiler.model.ReportDefinition
-
Packages that use ReportDefinition Package Description software.amazon.awssdk.services.applicationcostprofiler.model software.amazon.awssdk.services.applicationcostprofiler.paginators -
-
Uses of ReportDefinition in software.amazon.awssdk.services.applicationcostprofiler.model
Methods in software.amazon.awssdk.services.applicationcostprofiler.model that return types with arguments of type ReportDefinition Modifier and Type Method Description List<ReportDefinition>ListReportDefinitionsResponse. reportDefinitions()The retrieved reports.Methods in software.amazon.awssdk.services.applicationcostprofiler.model with parameters of type ReportDefinition Modifier and Type Method Description ListReportDefinitionsResponse.BuilderListReportDefinitionsResponse.Builder. reportDefinitions(ReportDefinition... reportDefinitions)The retrieved reports.Method parameters in software.amazon.awssdk.services.applicationcostprofiler.model with type arguments of type ReportDefinition Modifier and Type Method Description ListReportDefinitionsResponse.BuilderListReportDefinitionsResponse.Builder. reportDefinitions(Collection<ReportDefinition> reportDefinitions)The retrieved reports. -
Uses of ReportDefinition in software.amazon.awssdk.services.applicationcostprofiler.paginators
Methods in software.amazon.awssdk.services.applicationcostprofiler.paginators that return types with arguments of type ReportDefinition Modifier and Type Method Description SdkIterable<ReportDefinition>ListReportDefinitionsIterable. reportDefinitions()Returns an iterable to iterate through the paginatedListReportDefinitionsResponse.reportDefinitions()member.SdkPublisher<ReportDefinition>ListReportDefinitionsPublisher. reportDefinitions()Returns a publisher that can be used to get a stream of data.
-