Uses of Class
software.amazon.awssdk.services.devopsguru.model.DescribeFeedbackResponse
-
Packages that use DescribeFeedbackResponse 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 DescribeFeedbackResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return DescribeFeedbackResponse Modifier and Type Method Description default DescribeFeedbackResponseDevOpsGuruClient. describeFeedback(Consumer<DescribeFeedbackRequest.Builder> describeFeedbackRequest)Returns the most recent feedback submitted in the current Amazon Web Services account and Region.default DescribeFeedbackResponseDevOpsGuruClient. describeFeedback(DescribeFeedbackRequest describeFeedbackRequest)Returns the most recent feedback submitted in the current Amazon Web Services account and Region.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type DescribeFeedbackResponse Modifier and Type Method Description default CompletableFuture<DescribeFeedbackResponse>DevOpsGuruAsyncClient. describeFeedback(Consumer<DescribeFeedbackRequest.Builder> describeFeedbackRequest)Returns the most recent feedback submitted in the current Amazon Web Services account and Region.default CompletableFuture<DescribeFeedbackResponse>DevOpsGuruAsyncClient. describeFeedback(DescribeFeedbackRequest describeFeedbackRequest)Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
-