Uses of Class
software.amazon.awssdk.services.devopsguru.model.PutFeedbackRequest
-
Packages that use PutFeedbackRequest 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.software.amazon.awssdk.services.devopsguru.transform -
-
Uses of PutFeedbackRequest in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru with parameters of type PutFeedbackRequest Modifier and Type Method Description default CompletableFuture<PutFeedbackResponse>DevOpsGuruAsyncClient. putFeedback(PutFeedbackRequest putFeedbackRequest)Collects customer feedback about the specified insight.default PutFeedbackResponseDevOpsGuruClient. putFeedback(PutFeedbackRequest putFeedbackRequest)Collects customer feedback about the specified insight. -
Uses of PutFeedbackRequest in software.amazon.awssdk.services.devopsguru.transform
Methods in software.amazon.awssdk.services.devopsguru.transform with parameters of type PutFeedbackRequest Modifier and Type Method Description SdkHttpFullRequestPutFeedbackRequestMarshaller. marshall(PutFeedbackRequest putFeedbackRequest)
-