Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetDeleteEventsByEventTypeStatusResponse
-
Packages that use GetDeleteEventsByEventTypeStatusResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of GetDeleteEventsByEventTypeStatusResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return GetDeleteEventsByEventTypeStatusResponse Modifier and Type Method Description default GetDeleteEventsByEventTypeStatusResponseFraudDetectorClient. getDeleteEventsByEventTypeStatus(Consumer<GetDeleteEventsByEventTypeStatusRequest.Builder> getDeleteEventsByEventTypeStatusRequest)Retrieves the status of aDeleteEventsByEventTypeaction.default GetDeleteEventsByEventTypeStatusResponseFraudDetectorClient. getDeleteEventsByEventTypeStatus(GetDeleteEventsByEventTypeStatusRequest getDeleteEventsByEventTypeStatusRequest)Retrieves the status of aDeleteEventsByEventTypeaction.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type GetDeleteEventsByEventTypeStatusResponse Modifier and Type Method Description default CompletableFuture<GetDeleteEventsByEventTypeStatusResponse>FraudDetectorAsyncClient. getDeleteEventsByEventTypeStatus(Consumer<GetDeleteEventsByEventTypeStatusRequest.Builder> getDeleteEventsByEventTypeStatusRequest)Retrieves the status of aDeleteEventsByEventTypeaction.default CompletableFuture<GetDeleteEventsByEventTypeStatusResponse>FraudDetectorAsyncClient. getDeleteEventsByEventTypeStatus(GetDeleteEventsByEventTypeStatusRequest getDeleteEventsByEventTypeStatusRequest)Retrieves the status of aDeleteEventsByEventTypeaction.
-