| 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 |
|---|---|
Future<CreateListResult> |
AbstractAmazonFraudDetectorAsync.createListAsync(CreateListRequest request,
AsyncHandler<CreateListRequest,CreateListResult> asyncHandler) |
Future<CreateListResult> |
AmazonFraudDetectorAsyncClient.createListAsync(CreateListRequest request,
AsyncHandler<CreateListRequest,CreateListResult> asyncHandler) |
Future<CreateListResult> |
AmazonFraudDetectorAsync.createListAsync(CreateListRequest createListRequest,
AsyncHandler<CreateListRequest,CreateListResult> asyncHandler)
Creates a list.
|
| Modifier and Type | Method and Description |
|---|---|
CreateListRequest |
CreateListRequest.clone() |
CreateListRequest |
CreateListRequest.withDescription(String description)
The description of the list.
|
CreateListRequest |
CreateListRequest.withElements(Collection<String> elements)
The names of the elements, if providing.
|
CreateListRequest |
CreateListRequest.withElements(String... elements)
The names of the elements, if providing.
|
CreateListRequest |
CreateListRequest.withName(String name)
The name of the list.
|
CreateListRequest |
CreateListRequest.withTags(Collection<Tag> tags)
A collection of the key and value pairs.
|
CreateListRequest |
CreateListRequest.withTags(Tag... tags)
A collection of the key and value pairs.
|
CreateListRequest |
CreateListRequest.withVariableType(String variableType)
The variable type of the list.
|
Copyright © 2024. All rights reserved.