Uses of Class
software.amazon.awssdk.services.frauddetector.model.EntityType
-
Packages that use EntityType Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of EntityType in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type EntityType Modifier and Type Method Description List<EntityType>GetEntityTypesResponse. entityTypes()An array of entity types.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type EntityType Modifier and Type Method Description GetEntityTypesResponse.BuilderGetEntityTypesResponse.Builder. entityTypes(EntityType... entityTypes)An array of entity types.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type EntityType Modifier and Type Method Description GetEntityTypesResponse.BuilderGetEntityTypesResponse.Builder. entityTypes(Collection<EntityType> entityTypes)An array of entity types.
-