Uses of Class
software.amazon.awssdk.services.frauddetector.model.Entity
-
Packages that use Entity Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of Entity in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type Entity Modifier and Type Method Description List<Entity>Event. entities()The event entities.List<Entity>GetEventPredictionRequest. entities()The entity type (associated with the detector's event type) and specific entity ID representing who performed the event.List<Entity>SendEventRequest. entities()An array of entities.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type Entity Modifier and Type Method Description Event.BuilderEvent.Builder. entities(Entity... entities)The event entities.GetEventPredictionRequest.BuilderGetEventPredictionRequest.Builder. entities(Entity... entities)The entity type (associated with the detector's event type) and specific entity ID representing who performed the event.SendEventRequest.BuilderSendEventRequest.Builder. entities(Entity... entities)An array of entities.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type Entity Modifier and Type Method Description Event.BuilderEvent.Builder. entities(Collection<Entity> entities)The event entities.GetEventPredictionRequest.BuilderGetEventPredictionRequest.Builder. entities(Collection<Entity> entities)The entity type (associated with the detector's event type) and specific entity ID representing who performed the event.SendEventRequest.BuilderSendEventRequest.Builder. entities(Collection<Entity> entities)An array of entities.
-