| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
Model |
Model.clone() |
Model |
Model.withArn(String arn)
The ARN of the model.
|
Model |
Model.withCreatedTime(String createdTime)
Timestamp of when the model was created.
|
Model |
Model.withDescription(String description)
The model description.
|
Model |
Model.withEventTypeName(String eventTypeName)
The name of the event type.
|
Model |
Model.withLastUpdatedTime(String lastUpdatedTime)
Timestamp of last time the model was updated.
|
Model |
Model.withModelId(String modelId)
The model ID.
|
Model |
Model.withModelType(ModelTypeEnum modelType)
The model type.
|
Model |
Model.withModelType(String modelType)
The model type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Model> |
GetModelsResult.getModels()
The array of models.
|
| Modifier and Type | Method and Description |
|---|---|
GetModelsResult |
GetModelsResult.withModels(Model... models)
The array of models.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetModelsResult.setModels(Collection<Model> models)
The array of models.
|
GetModelsResult |
GetModelsResult.withModels(Collection<Model> models)
The array of models.
|
Copyright © 2020. All rights reserved.