| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationcostprofiler |
This reference provides descriptions of the AWS Application Cost Profiler API.
|
| software.amazon.awssdk.services.applicationcostprofiler.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListReportDefinitionsResponse |
ApplicationCostProfilerClient.listReportDefinitions(Consumer<ListReportDefinitionsRequest.Builder> listReportDefinitionsRequest)
Retrieves a list of all reports and their configurations for your AWS account.
|
default ListReportDefinitionsResponse |
ApplicationCostProfilerClient.listReportDefinitions(ListReportDefinitionsRequest listReportDefinitionsRequest)
Retrieves a list of all reports and their configurations for your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListReportDefinitionsResponse> |
ApplicationCostProfilerAsyncClient.listReportDefinitions(Consumer<ListReportDefinitionsRequest.Builder> listReportDefinitionsRequest)
Retrieves a list of all reports and their configurations for your AWS account.
|
default CompletableFuture<ListReportDefinitionsResponse> |
ApplicationCostProfilerAsyncClient.listReportDefinitions(ListReportDefinitionsRequest listReportDefinitionsRequest)
Retrieves a list of all reports and their configurations for your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListReportDefinitionsResponse> |
ListReportDefinitionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListReportDefinitionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListReportDefinitionsResponse> subscriber) |
Copyright © 2023. All rights reserved.