| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
static GetEntityTypesResponse.Builder |
GetEntityTypesResponse.builder() |
GetEntityTypesResponse.Builder |
GetEntityTypesResponse.Builder.entityTypes(Collection<EntityType> entityTypes)
An array of entity types.
|
GetEntityTypesResponse.Builder |
GetEntityTypesResponse.Builder.entityTypes(Consumer<EntityType.Builder>... entityTypes)
An array of entity types.
|
GetEntityTypesResponse.Builder |
GetEntityTypesResponse.Builder.entityTypes(EntityType... entityTypes)
An array of entity types.
|
GetEntityTypesResponse.Builder |
GetEntityTypesResponse.Builder.nextToken(String nextToken)
The next page token.
|
GetEntityTypesResponse.Builder |
GetEntityTypesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetEntityTypesResponse.Builder> |
GetEntityTypesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.