Uses of Interface
software.amazon.awssdk.services.pi.model.ListPerformanceAnalysisReportsRequest.Builder
Packages that use ListPerformanceAnalysisReportsRequest.Builder
Package
Description
-
Uses of ListPerformanceAnalysisReportsRequest.Builder in software.amazon.awssdk.services.pi
Method parameters in software.amazon.awssdk.services.pi with type arguments of type ListPerformanceAnalysisReportsRequest.BuilderModifier and TypeMethodDescriptionPiAsyncClient.listPerformanceAnalysisReports(Consumer<ListPerformanceAnalysisReportsRequest.Builder> listPerformanceAnalysisReportsRequest) Lists all the analysis reports created for the DB instance.PiClient.listPerformanceAnalysisReports(Consumer<ListPerformanceAnalysisReportsRequest.Builder> listPerformanceAnalysisReportsRequest) Lists all the analysis reports created for the DB instance.PiAsyncClient.listPerformanceAnalysisReportsPaginator(Consumer<ListPerformanceAnalysisReportsRequest.Builder> listPerformanceAnalysisReportsRequest) This is a variant ofPiAsyncClient.listPerformanceAnalysisReports(software.amazon.awssdk.services.pi.model.ListPerformanceAnalysisReportsRequest)operation.PiClient.listPerformanceAnalysisReportsPaginator(Consumer<ListPerformanceAnalysisReportsRequest.Builder> listPerformanceAnalysisReportsRequest) This is a variant ofPiClient.listPerformanceAnalysisReports(software.amazon.awssdk.services.pi.model.ListPerformanceAnalysisReportsRequest)operation. -
Uses of ListPerformanceAnalysisReportsRequest.Builder in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return ListPerformanceAnalysisReportsRequest.BuilderModifier and TypeMethodDescriptionListPerformanceAnalysisReportsRequest.builder()ListPerformanceAnalysisReportsRequest.Builder.identifier(String identifier) An immutable identifier for a data source that is unique for an Amazon Web Services Region.Specifies whether or not to include the list of tags in the response.ListPerformanceAnalysisReportsRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return in the response.An optional pagination token provided by a previous request.ListPerformanceAnalysisReportsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListPerformanceAnalysisReportsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListPerformanceAnalysisReportsRequest.Builder.serviceType(String serviceType) The Amazon Web Services service for which Performance Insights returns metrics.ListPerformanceAnalysisReportsRequest.Builder.serviceType(ServiceType serviceType) The Amazon Web Services service for which Performance Insights returns metrics.ListPerformanceAnalysisReportsRequest.toBuilder()Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type ListPerformanceAnalysisReportsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListPerformanceAnalysisReportsRequest.Builder>ListPerformanceAnalysisReportsRequest.serializableBuilderClass()