| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateVariableResult |
AmazonFraudDetectorClient.batchCreateVariable(BatchCreateVariableRequest request)
Creates a batch of variables.
|
BatchCreateVariableResult |
AmazonFraudDetector.batchCreateVariable(BatchCreateVariableRequest batchCreateVariableRequest)
Creates a batch of variables.
|
BatchCreateVariableResult |
AbstractAmazonFraudDetector.batchCreateVariable(BatchCreateVariableRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchCreateVariableResult> |
AbstractAmazonFraudDetectorAsync.batchCreateVariableAsync(BatchCreateVariableRequest request,
AsyncHandler<BatchCreateVariableRequest,BatchCreateVariableResult> asyncHandler) |
Future<BatchCreateVariableResult> |
AmazonFraudDetectorAsyncClient.batchCreateVariableAsync(BatchCreateVariableRequest request,
AsyncHandler<BatchCreateVariableRequest,BatchCreateVariableResult> asyncHandler) |
Future<BatchCreateVariableResult> |
AmazonFraudDetectorAsync.batchCreateVariableAsync(BatchCreateVariableRequest batchCreateVariableRequest,
AsyncHandler<BatchCreateVariableRequest,BatchCreateVariableResult> asyncHandler)
Creates a batch of variables.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateVariableResult |
BatchCreateVariableResult.clone() |
BatchCreateVariableResult |
BatchCreateVariableResult.withErrors(BatchCreateVariableError... errors)
Provides the errors for the
BatchCreateVariable request. |
BatchCreateVariableResult |
BatchCreateVariableResult.withErrors(Collection<BatchCreateVariableError> errors)
Provides the errors for the
BatchCreateVariable request. |
Copyright © 2021. All rights reserved.