Uses of Class
software.amazon.awssdk.services.pi.model.CreatePerformanceAnalysisReportResponse
Packages that use CreatePerformanceAnalysisReportResponse
-
Uses of CreatePerformanceAnalysisReportResponse in software.amazon.awssdk.services.pi
Methods in software.amazon.awssdk.services.pi that return CreatePerformanceAnalysisReportResponseModifier and TypeMethodDescriptionPiClient.createPerformanceAnalysisReport(Consumer<CreatePerformanceAnalysisReportRequest.Builder> createPerformanceAnalysisReportRequest) Creates a new performance analysis report for a specific time period for the DB instance.PiClient.createPerformanceAnalysisReport(CreatePerformanceAnalysisReportRequest createPerformanceAnalysisReportRequest) Creates a new performance analysis report for a specific time period for the DB instance.Methods in software.amazon.awssdk.services.pi that return types with arguments of type CreatePerformanceAnalysisReportResponseModifier and TypeMethodDescriptionPiAsyncClient.createPerformanceAnalysisReport(Consumer<CreatePerformanceAnalysisReportRequest.Builder> createPerformanceAnalysisReportRequest) Creates a new performance analysis report for a specific time period for the DB instance.PiAsyncClient.createPerformanceAnalysisReport(CreatePerformanceAnalysisReportRequest createPerformanceAnalysisReportRequest) Creates a new performance analysis report for a specific time period for the DB instance.