Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.EventPublisher
-
Packages that use EventPublisher Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of EventPublisher in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return EventPublisher Modifier and Type Method Description static EventPublisherEventPublisher. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EventPublisherEventPublisher. valueOf(String name)Returns the enum constant of this type with the specified name.static EventPublisher[]EventPublisher. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type EventPublisher Modifier and Type Method Description List<EventPublisher>Channel. eventPublishers()List of publishers for different type of events that may be detected in an application from the profile.static Set<EventPublisher>EventPublisher. knownValues()Methods in software.amazon.awssdk.services.codeguruprofiler.model with parameters of type EventPublisher Modifier and Type Method Description Channel.BuilderChannel.Builder. eventPublishers(EventPublisher... eventPublishers)List of publishers for different type of events that may be detected in an application from the profile.Method parameters in software.amazon.awssdk.services.codeguruprofiler.model with type arguments of type EventPublisher Modifier and Type Method Description Channel.BuilderChannel.Builder. eventPublishers(Collection<EventPublisher> eventPublishers)List of publishers for different type of events that may be detected in an application from the profile.
-