| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateModelResponse |
FraudDetectorClient.createModel(Consumer<CreateModelRequest.Builder> createModelRequest)
Creates a model using the specified model type.
|
default CreateModelResponse |
FraudDetectorClient.createModel(CreateModelRequest createModelRequest)
Creates a model using the specified model type.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateModelResponse> |
FraudDetectorAsyncClient.createModel(Consumer<CreateModelRequest.Builder> createModelRequest)
Creates a model using the specified model type.
|
default CompletableFuture<CreateModelResponse> |
FraudDetectorAsyncClient.createModel(CreateModelRequest createModelRequest)
Creates a model using the specified model type.
|
Copyright © 2022. All rights reserved.