| 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<PutEventTypeResult> |
AbstractAmazonFraudDetectorAsync.putEventTypeAsync(PutEventTypeRequest request,
AsyncHandler<PutEventTypeRequest,PutEventTypeResult> asyncHandler) |
Future<PutEventTypeResult> |
AmazonFraudDetectorAsyncClient.putEventTypeAsync(PutEventTypeRequest request,
AsyncHandler<PutEventTypeRequest,PutEventTypeResult> asyncHandler) |
Future<PutEventTypeResult> |
AmazonFraudDetectorAsync.putEventTypeAsync(PutEventTypeRequest putEventTypeRequest,
AsyncHandler<PutEventTypeRequest,PutEventTypeResult> asyncHandler)
Creates or updates an event type.
|
| Modifier and Type | Method and Description |
|---|---|
PutEventTypeRequest |
PutEventTypeRequest.clone() |
PutEventTypeRequest |
PutEventTypeRequest.withDescription(String description)
The description of the event type.
|
PutEventTypeRequest |
PutEventTypeRequest.withEntityTypes(Collection<String> entityTypes)
The entity type for the event type.
|
PutEventTypeRequest |
PutEventTypeRequest.withEntityTypes(String... entityTypes)
The entity type for the event type.
|
PutEventTypeRequest |
PutEventTypeRequest.withEventVariables(Collection<String> eventVariables)
The event type variables.
|
PutEventTypeRequest |
PutEventTypeRequest.withEventVariables(String... eventVariables)
The event type variables.
|
PutEventTypeRequest |
PutEventTypeRequest.withLabels(Collection<String> labels)
The event type labels.
|
PutEventTypeRequest |
PutEventTypeRequest.withLabels(String... labels)
The event type labels.
|
PutEventTypeRequest |
PutEventTypeRequest.withName(String name)
The name.
|
PutEventTypeRequest |
PutEventTypeRequest.withTags(Collection<Tag> tags)
A collection of key and value pairs.
|
PutEventTypeRequest |
PutEventTypeRequest.withTags(Tag... tags)
A collection of key and value pairs.
|
Copyright © 2021. All rights reserved.