Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.SubmitFeedbackResponse
-
Packages that use SubmitFeedbackResponse Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations. -
-
Uses of SubmitFeedbackResponse in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler that return SubmitFeedbackResponse Modifier and Type Method Description default SubmitFeedbackResponseCodeGuruProfilerClient. submitFeedback(Consumer<SubmitFeedbackRequest.Builder> submitFeedbackRequest)Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.default SubmitFeedbackResponseCodeGuruProfilerClient. submitFeedback(SubmitFeedbackRequest submitFeedbackRequest)Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.Methods in software.amazon.awssdk.services.codeguruprofiler that return types with arguments of type SubmitFeedbackResponse Modifier and Type Method Description default CompletableFuture<SubmitFeedbackResponse>CodeGuruProfilerAsyncClient. submitFeedback(Consumer<SubmitFeedbackRequest.Builder> submitFeedbackRequest)Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.default CompletableFuture<SubmitFeedbackResponse>CodeGuruProfilerAsyncClient. submitFeedback(SubmitFeedbackRequest submitFeedbackRequest)Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.
-