| Package | Description |
|---|---|
| com.amazonaws.services.pi |
|
| com.amazonaws.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetPerformanceAnalysisReportResult> |
AbstractAWSPIAsync.getPerformanceAnalysisReportAsync(GetPerformanceAnalysisReportRequest request,
AsyncHandler<GetPerformanceAnalysisReportRequest,GetPerformanceAnalysisReportResult> asyncHandler) |
Future<GetPerformanceAnalysisReportResult> |
AWSPIAsync.getPerformanceAnalysisReportAsync(GetPerformanceAnalysisReportRequest getPerformanceAnalysisReportRequest,
AsyncHandler<GetPerformanceAnalysisReportRequest,GetPerformanceAnalysisReportResult> asyncHandler)
Retrieves the report including the report ID, status, time details, and the insights with recommendations.
|
Future<GetPerformanceAnalysisReportResult> |
AWSPIAsyncClient.getPerformanceAnalysisReportAsync(GetPerformanceAnalysisReportRequest request,
AsyncHandler<GetPerformanceAnalysisReportRequest,GetPerformanceAnalysisReportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetPerformanceAnalysisReportRequest |
GetPerformanceAnalysisReportRequest.clone() |
GetPerformanceAnalysisReportRequest |
GetPerformanceAnalysisReportRequest.withAcceptLanguage(AcceptLanguage acceptLanguage)
The text language in the report.
|
GetPerformanceAnalysisReportRequest |
GetPerformanceAnalysisReportRequest.withAcceptLanguage(String acceptLanguage)
The text language in the report.
|
GetPerformanceAnalysisReportRequest |
GetPerformanceAnalysisReportRequest.withAnalysisReportId(String analysisReportId)
A unique identifier of the created analysis report.
|
GetPerformanceAnalysisReportRequest |
GetPerformanceAnalysisReportRequest.withIdentifier(String identifier)
An immutable identifier for a data source that is unique for an Amazon Web Services Region.
|
GetPerformanceAnalysisReportRequest |
GetPerformanceAnalysisReportRequest.withServiceType(ServiceType serviceType)
The Amazon Web Services service for which Performance Insights will return metrics.
|
GetPerformanceAnalysisReportRequest |
GetPerformanceAnalysisReportRequest.withServiceType(String serviceType)
The Amazon Web Services service for which Performance Insights will return metrics.
|
GetPerformanceAnalysisReportRequest |
GetPerformanceAnalysisReportRequest.withTextFormat(String textFormat)
Indicates the text format in the report.
|
GetPerformanceAnalysisReportRequest |
GetPerformanceAnalysisReportRequest.withTextFormat(TextFormat textFormat)
Indicates the text format in the report.
|
Copyright © 2024. All rights reserved.