| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationcostprofiler.model | |
| software.amazon.awssdk.services.applicationcostprofiler.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ReportDefinition> |
ListReportDefinitionsResponse.reportDefinitions()
The retrieved reports.
|
| Modifier and Type | Method and Description |
|---|---|
ListReportDefinitionsResponse.Builder |
ListReportDefinitionsResponse.Builder.reportDefinitions(ReportDefinition... reportDefinitions)
The retrieved reports.
|
| Modifier and Type | Method and Description |
|---|---|
ListReportDefinitionsResponse.Builder |
ListReportDefinitionsResponse.Builder.reportDefinitions(Collection<ReportDefinition> reportDefinitions)
The retrieved reports.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ReportDefinition> |
ListReportDefinitionsPublisher.reportDefinitions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ReportDefinition> |
ListReportDefinitionsIterable.reportDefinitions()
Returns an iterable to iterate through the paginated
ListReportDefinitionsResponse.reportDefinitions()
member. |
Copyright © 2022. All rights reserved.