Uses of Interface
software.amazon.awssdk.services.pi.model.GetPerformanceAnalysisReportRequest.Builder
Packages that use GetPerformanceAnalysisReportRequest.Builder
Package
Description
-
Uses of GetPerformanceAnalysisReportRequest.Builder in software.amazon.awssdk.services.pi
Method parameters in software.amazon.awssdk.services.pi with type arguments of type GetPerformanceAnalysisReportRequest.BuilderModifier and TypeMethodDescriptionPiAsyncClient.getPerformanceAnalysisReport(Consumer<GetPerformanceAnalysisReportRequest.Builder> getPerformanceAnalysisReportRequest) Retrieves the report including the report ID, status, time details, and the insights with recommendations.PiClient.getPerformanceAnalysisReport(Consumer<GetPerformanceAnalysisReportRequest.Builder> getPerformanceAnalysisReportRequest) Retrieves the report including the report ID, status, time details, and the insights with recommendations. -
Uses of GetPerformanceAnalysisReportRequest.Builder in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return GetPerformanceAnalysisReportRequest.BuilderModifier and TypeMethodDescriptionGetPerformanceAnalysisReportRequest.Builder.acceptLanguage(String acceptLanguage) The text language in the report.GetPerformanceAnalysisReportRequest.Builder.acceptLanguage(AcceptLanguage acceptLanguage) The text language in the report.GetPerformanceAnalysisReportRequest.Builder.analysisReportId(String analysisReportId) A unique identifier of the created analysis report.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.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetPerformanceAnalysisReportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetPerformanceAnalysisReportRequest.Builder.serviceType(String serviceType) The Amazon Web Services service for which Performance Insights will return metrics.GetPerformanceAnalysisReportRequest.Builder.serviceType(ServiceType serviceType) The Amazon Web Services service for which Performance Insights will return metrics.GetPerformanceAnalysisReportRequest.Builder.textFormat(String textFormat) Indicates the text format in the report.GetPerformanceAnalysisReportRequest.Builder.textFormat(TextFormat textFormat) Indicates the text format in the report.GetPerformanceAnalysisReportRequest.toBuilder()Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type GetPerformanceAnalysisReportRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetPerformanceAnalysisReportRequest.Builder>GetPerformanceAnalysisReportRequest.serializableBuilderClass()