| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| Modifier and Type | Method and Description |
|---|---|
default SubmitFeedbackResponse |
CodeGuruProfilerClient.submitFeedback(Consumer<SubmitFeedbackRequest.Builder> submitFeedbackRequest)
Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.
|
default SubmitFeedbackResponse |
CodeGuruProfilerClient.submitFeedback(SubmitFeedbackRequest submitFeedbackRequest)
Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.