| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
EntityType |
EntityType.clone() |
EntityType |
EntityType.withArn(String arn)
The entity type ARN.
|
EntityType |
EntityType.withCreatedTime(String createdTime)
Timestamp of when the entity type was created.
|
EntityType |
EntityType.withDescription(String description)
The entity type description.
|
EntityType |
EntityType.withLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the entity type was last updated.
|
EntityType |
EntityType.withName(String name)
The entity type name.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityType> |
GetEntityTypesResult.getEntityTypes()
An array of entity types.
|
| Modifier and Type | Method and Description |
|---|---|
GetEntityTypesResult |
GetEntityTypesResult.withEntityTypes(EntityType... entityTypes)
An array of entity types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEntityTypesResult.setEntityTypes(Collection<EntityType> entityTypes)
An array of entity types.
|
GetEntityTypesResult |
GetEntityTypesResult.withEntityTypes(Collection<EntityType> entityTypes)
An array of entity types.
|
Copyright © 2022. All rights reserved.