Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.GetFeedbackRequest
-
Packages that use GetFeedbackRequest Package Description software.amazon.awssdk.services.lookoutmetrics This is the Amazon Lookout for Metrics API Reference.software.amazon.awssdk.services.lookoutmetrics.paginators software.amazon.awssdk.services.lookoutmetrics.transform -
-
Uses of GetFeedbackRequest in software.amazon.awssdk.services.lookoutmetrics
Methods in software.amazon.awssdk.services.lookoutmetrics with parameters of type GetFeedbackRequest Modifier and Type Method Description default CompletableFuture<GetFeedbackResponse>LookoutMetricsAsyncClient. getFeedback(GetFeedbackRequest getFeedbackRequest)Get feedback for an anomaly group.default GetFeedbackResponseLookoutMetricsClient. getFeedback(GetFeedbackRequest getFeedbackRequest)Get feedback for an anomaly group.default GetFeedbackPublisherLookoutMetricsAsyncClient. getFeedbackPaginator(GetFeedbackRequest getFeedbackRequest)Get feedback for an anomaly group.default GetFeedbackIterableLookoutMetricsClient. getFeedbackPaginator(GetFeedbackRequest getFeedbackRequest)Get feedback for an anomaly group. -
Uses of GetFeedbackRequest in software.amazon.awssdk.services.lookoutmetrics.paginators
Constructors in software.amazon.awssdk.services.lookoutmetrics.paginators with parameters of type GetFeedbackRequest Constructor Description GetFeedbackIterable(LookoutMetricsClient client, GetFeedbackRequest firstRequest)GetFeedbackPublisher(LookoutMetricsAsyncClient client, GetFeedbackRequest firstRequest) -
Uses of GetFeedbackRequest in software.amazon.awssdk.services.lookoutmetrics.transform
Methods in software.amazon.awssdk.services.lookoutmetrics.transform with parameters of type GetFeedbackRequest Modifier and Type Method Description SdkHttpFullRequestGetFeedbackRequestMarshaller. marshall(GetFeedbackRequest getFeedbackRequest)
-