Uses of Interface
software.amazon.awssdk.services.pi.model.ListPerformanceAnalysisReportRecommendationsRequest.Builder
Packages that use ListPerformanceAnalysisReportRecommendationsRequest.Builder
Package
Description
-
Uses of ListPerformanceAnalysisReportRecommendationsRequest.Builder in software.amazon.awssdk.services.pi
Method parameters in software.amazon.awssdk.services.pi with type arguments of type ListPerformanceAnalysisReportRecommendationsRequest.BuilderModifier and TypeMethodDescriptionPiAsyncClient.listPerformanceAnalysisReportRecommendations(Consumer<ListPerformanceAnalysisReportRecommendationsRequest.Builder> listPerformanceAnalysisReportRecommendationsRequest) Retrieves recommendations for a performance analysis report.PiClient.listPerformanceAnalysisReportRecommendations(Consumer<ListPerformanceAnalysisReportRecommendationsRequest.Builder> listPerformanceAnalysisReportRecommendationsRequest) Retrieves recommendations for a performance analysis report.PiAsyncClient.listPerformanceAnalysisReportRecommendationsPaginator(Consumer<ListPerformanceAnalysisReportRecommendationsRequest.Builder> listPerformanceAnalysisReportRecommendationsRequest) PiClient.listPerformanceAnalysisReportRecommendationsPaginator(Consumer<ListPerformanceAnalysisReportRecommendationsRequest.Builder> listPerformanceAnalysisReportRecommendationsRequest) -
Uses of ListPerformanceAnalysisReportRecommendationsRequest.Builder in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return ListPerformanceAnalysisReportRecommendationsRequest.BuilderModifier and TypeMethodDescriptionListPerformanceAnalysisReportRecommendationsRequest.Builder.analysisReportId(String analysisReportId) A unique identifier of the created analysis report.ListPerformanceAnalysisReportRecommendationsRequest.builder()ListPerformanceAnalysisReportRecommendationsRequest.Builder.identifier(String identifier) An immutable identifier for a data source that is unique for an Amazon Web Services Region.ListPerformanceAnalysisReportRecommendationsRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return in the response.An optional pagination token provided by a previous request.ListPerformanceAnalysisReportRecommendationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListPerformanceAnalysisReportRecommendationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListPerformanceAnalysisReportRecommendationsRequest.Builder.recommendationIds(String... recommendationIds) A list of recommendation identifiers to filter the results.ListPerformanceAnalysisReportRecommendationsRequest.Builder.recommendationIds(Collection<String> recommendationIds) A list of recommendation identifiers to filter the results.ListPerformanceAnalysisReportRecommendationsRequest.Builder.serviceType(String serviceType) The Amazon Web Services service for which Performance Insights returns metrics.ListPerformanceAnalysisReportRecommendationsRequest.Builder.serviceType(ServiceType serviceType) The Amazon Web Services service for which Performance Insights returns metrics.ListPerformanceAnalysisReportRecommendationsRequest.toBuilder()Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type ListPerformanceAnalysisReportRecommendationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListPerformanceAnalysisReportRecommendationsRequest.Builder>ListPerformanceAnalysisReportRecommendationsRequest.serializableBuilderClass()