| Package | Description |
|---|---|
| com.amazonaws.services.pi |
|
| com.amazonaws.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
ListPerformanceAnalysisReportsResult |
AbstractAWSPI.listPerformanceAnalysisReports(ListPerformanceAnalysisReportsRequest request) |
ListPerformanceAnalysisReportsResult |
AWSPI.listPerformanceAnalysisReports(ListPerformanceAnalysisReportsRequest listPerformanceAnalysisReportsRequest)
Lists all the analysis reports created for the DB instance.
|
ListPerformanceAnalysisReportsResult |
AWSPIClient.listPerformanceAnalysisReports(ListPerformanceAnalysisReportsRequest request)
Lists all the analysis reports created for the DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListPerformanceAnalysisReportsResult> |
AbstractAWSPIAsync.listPerformanceAnalysisReportsAsync(ListPerformanceAnalysisReportsRequest request,
AsyncHandler<ListPerformanceAnalysisReportsRequest,ListPerformanceAnalysisReportsResult> asyncHandler) |
Future<ListPerformanceAnalysisReportsResult> |
AWSPIAsync.listPerformanceAnalysisReportsAsync(ListPerformanceAnalysisReportsRequest listPerformanceAnalysisReportsRequest,
AsyncHandler<ListPerformanceAnalysisReportsRequest,ListPerformanceAnalysisReportsResult> asyncHandler)
Lists all the analysis reports created for the DB instance.
|
Future<ListPerformanceAnalysisReportsResult> |
AWSPIAsyncClient.listPerformanceAnalysisReportsAsync(ListPerformanceAnalysisReportsRequest request,
AsyncHandler<ListPerformanceAnalysisReportsRequest,ListPerformanceAnalysisReportsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPerformanceAnalysisReportsResult |
ListPerformanceAnalysisReportsResult.clone() |
ListPerformanceAnalysisReportsResult |
ListPerformanceAnalysisReportsResult.withAnalysisReports(AnalysisReportSummary... analysisReports)
List of reports including the report identifier, start and end time, creation time, and status.
|
ListPerformanceAnalysisReportsResult |
ListPerformanceAnalysisReportsResult.withAnalysisReports(Collection<AnalysisReportSummary> analysisReports)
List of reports including the report identifier, start and end time, creation time, and status.
|
ListPerformanceAnalysisReportsResult |
ListPerformanceAnalysisReportsResult.withNextToken(String nextToken)
An optional pagination token provided by a previous request.
|
Copyright © 2024. All rights reserved.