Uses of Class
software.amazon.awssdk.services.pi.model.DeletePerformanceAnalysisReportRequest
-
Packages that use DeletePerformanceAnalysisReportRequest Package Description software.amazon.awssdk.services.pi Amazon RDS Performance Insights software.amazon.awssdk.services.pi.transform -
-
Uses of DeletePerformanceAnalysisReportRequest in software.amazon.awssdk.services.pi
Methods in software.amazon.awssdk.services.pi with parameters of type DeletePerformanceAnalysisReportRequest Modifier and Type Method Description default CompletableFuture<DeletePerformanceAnalysisReportResponse>PiAsyncClient. deletePerformanceAnalysisReport(DeletePerformanceAnalysisReportRequest deletePerformanceAnalysisReportRequest)Deletes a performance analysis report.default DeletePerformanceAnalysisReportResponsePiClient. deletePerformanceAnalysisReport(DeletePerformanceAnalysisReportRequest deletePerformanceAnalysisReportRequest)Deletes a performance analysis report. -
Uses of DeletePerformanceAnalysisReportRequest in software.amazon.awssdk.services.pi.transform
Methods in software.amazon.awssdk.services.pi.transform with parameters of type DeletePerformanceAnalysisReportRequest Modifier and Type Method Description SdkHttpFullRequestDeletePerformanceAnalysisReportRequestMarshaller. marshall(DeletePerformanceAnalysisReportRequest deletePerformanceAnalysisReportRequest)
-