Uses of Class
software.amazon.awssdk.services.frauddetector.model.UpdateEventLabelResponse
-
Packages that use UpdateEventLabelResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of UpdateEventLabelResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return UpdateEventLabelResponse Modifier and Type Method Description default UpdateEventLabelResponseFraudDetectorClient. updateEventLabel(Consumer<UpdateEventLabelRequest.Builder> updateEventLabelRequest)Updates the specified event with a new label.default UpdateEventLabelResponseFraudDetectorClient. updateEventLabel(UpdateEventLabelRequest updateEventLabelRequest)Updates the specified event with a new label.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type UpdateEventLabelResponse Modifier and Type Method Description default CompletableFuture<UpdateEventLabelResponse>FraudDetectorAsyncClient. updateEventLabel(Consumer<UpdateEventLabelRequest.Builder> updateEventLabelRequest)Updates the specified event with a new label.default CompletableFuture<UpdateEventLabelResponse>FraudDetectorAsyncClient. updateEventLabel(UpdateEventLabelRequest updateEventLabelRequest)Updates the specified event with a new label.
-