Uses of Interface
software.amazon.awssdk.services.pinpoint.model.EventCondition.Builder
-
Packages that use EventCondition.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of EventCondition.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return EventCondition.Builder Modifier and Type Method Description static EventCondition.BuilderEventCondition. builder()default EventCondition.BuilderEventCondition.Builder. dimensions(Consumer<EventDimensions.Builder> dimensions)The dimensions for the event filter to use for the activity.EventCondition.BuilderEventCondition.Builder. dimensions(EventDimensions dimensions)The dimensions for the event filter to use for the activity.EventCondition.BuilderEventCondition.Builder. messageActivity(String messageActivity)The message identifier (message_id) for the message to use when determining whether message events meet the condition.EventCondition.BuilderEventCondition. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type EventCondition.Builder Modifier and Type Method Description static Class<? extends EventCondition.Builder>EventCondition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type EventCondition.Builder Modifier and Type Method Description default SimpleCondition.BuilderSimpleCondition.Builder. eventCondition(Consumer<EventCondition.Builder> eventCondition)The dimension settings for the event that's associated with the activity.
-