| Package | Description |
|---|---|
| software.amazon.awssdk.services.pi |
|
| software.amazon.awssdk.services.pi.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPerformanceAnalysisReportsResponse |
PiClient.listPerformanceAnalysisReports(Consumer<ListPerformanceAnalysisReportsRequest.Builder> listPerformanceAnalysisReportsRequest)
Lists all the analysis reports created for the DB instance.
|
default ListPerformanceAnalysisReportsResponse |
PiClient.listPerformanceAnalysisReports(ListPerformanceAnalysisReportsRequest listPerformanceAnalysisReportsRequest)
Lists all the analysis reports created for the DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPerformanceAnalysisReportsResponse> |
PiAsyncClient.listPerformanceAnalysisReports(Consumer<ListPerformanceAnalysisReportsRequest.Builder> listPerformanceAnalysisReportsRequest)
Lists all the analysis reports created for the DB instance.
|
default CompletableFuture<ListPerformanceAnalysisReportsResponse> |
PiAsyncClient.listPerformanceAnalysisReports(ListPerformanceAnalysisReportsRequest listPerformanceAnalysisReportsRequest)
Lists all the analysis reports created for the DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPerformanceAnalysisReportsResponse> |
ListPerformanceAnalysisReportsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPerformanceAnalysisReportsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPerformanceAnalysisReportsResponse> subscriber) |
Copyright © 2023. All rights reserved.