Uses of Class
software.amazon.awssdk.services.devopsguru.model.PutFeedbackResponse
-
Packages that use PutFeedbackResponse Package Description software.amazon.awssdk.services.devopsguru Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical operational applications. -
-
Uses of PutFeedbackResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return PutFeedbackResponse Modifier and Type Method Description default PutFeedbackResponseDevOpsGuruClient. putFeedback(Consumer<PutFeedbackRequest.Builder> putFeedbackRequest)Collects customer feedback about the specified insight.default PutFeedbackResponseDevOpsGuruClient. putFeedback(PutFeedbackRequest putFeedbackRequest)Collects customer feedback about the specified insight.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type PutFeedbackResponse Modifier and Type Method Description default CompletableFuture<PutFeedbackResponse>DevOpsGuruAsyncClient. putFeedback(Consumer<PutFeedbackRequest.Builder> putFeedbackRequest)Collects customer feedback about the specified insight.default CompletableFuture<PutFeedbackResponse>DevOpsGuruAsyncClient. putFeedback(PutFeedbackRequest putFeedbackRequest)Collects customer feedback about the specified insight.
-