| Package | Description |
|---|---|
| software.amazon.awssdk.services.pi |
|
| software.amazon.awssdk.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetPerformanceAnalysisReportResponse> |
PiAsyncClient.getPerformanceAnalysisReport(Consumer<GetPerformanceAnalysisReportRequest.Builder> getPerformanceAnalysisReportRequest)
Retrieves the report including the report ID, status, time details, and the insights with recommendations.
|
default GetPerformanceAnalysisReportResponse |
PiClient.getPerformanceAnalysisReport(Consumer<GetPerformanceAnalysisReportRequest.Builder> getPerformanceAnalysisReportRequest)
Retrieves the report including the report ID, status, time details, and the insights with recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
GetPerformanceAnalysisReportRequest.Builder |
GetPerformanceAnalysisReportRequest.Builder.acceptLanguage(AcceptLanguage acceptLanguage)
The text language in the report.
|
GetPerformanceAnalysisReportRequest.Builder |
GetPerformanceAnalysisReportRequest.Builder.acceptLanguage(String acceptLanguage)
The text language in the report.
|
GetPerformanceAnalysisReportRequest.Builder |
GetPerformanceAnalysisReportRequest.Builder.analysisReportId(String analysisReportId)
A unique identifier of the created analysis report.
|
static GetPerformanceAnalysisReportRequest.Builder |
GetPerformanceAnalysisReportRequest.builder() |
GetPerformanceAnalysisReportRequest.Builder |
GetPerformanceAnalysisReportRequest.Builder.identifier(String identifier)
An immutable identifier for a data source that is unique for an Amazon Web Services Region.
|
GetPerformanceAnalysisReportRequest.Builder |
GetPerformanceAnalysisReportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPerformanceAnalysisReportRequest.Builder |
GetPerformanceAnalysisReportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPerformanceAnalysisReportRequest.Builder |
GetPerformanceAnalysisReportRequest.Builder.serviceType(ServiceType serviceType)
The Amazon Web Services service for which Performance Insights will return metrics.
|
GetPerformanceAnalysisReportRequest.Builder |
GetPerformanceAnalysisReportRequest.Builder.serviceType(String serviceType)
The Amazon Web Services service for which Performance Insights will return metrics.
|
GetPerformanceAnalysisReportRequest.Builder |
GetPerformanceAnalysisReportRequest.Builder.textFormat(String textFormat)
Indicates the text format in the report.
|
GetPerformanceAnalysisReportRequest.Builder |
GetPerformanceAnalysisReportRequest.Builder.textFormat(TextFormat textFormat)
Indicates the text format in the report.
|
GetPerformanceAnalysisReportRequest.Builder |
GetPerformanceAnalysisReportRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetPerformanceAnalysisReportRequest.Builder> |
GetPerformanceAnalysisReportRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.