Uses of Class
software.amazon.awssdk.services.frauddetector.model.CreateRuleResponse
-
Packages that use CreateRuleResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of CreateRuleResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return CreateRuleResponse Modifier and Type Method Description default CreateRuleResponseFraudDetectorClient. createRule(Consumer<CreateRuleRequest.Builder> createRuleRequest)Creates a rule for use with the specified detector.default CreateRuleResponseFraudDetectorClient. createRule(CreateRuleRequest createRuleRequest)Creates a rule for use with the specified detector.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type CreateRuleResponse Modifier and Type Method Description default CompletableFuture<CreateRuleResponse>FraudDetectorAsyncClient. createRule(Consumer<CreateRuleRequest.Builder> createRuleRequest)Creates a rule for use with the specified detector.default CompletableFuture<CreateRuleResponse>FraudDetectorAsyncClient. createRule(CreateRuleRequest createRuleRequest)Creates a rule for use with the specified detector.
-