| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static EventPublisher |
EventPublisher.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EventPublisher |
EventPublisher.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.
|
| Modifier and Type | Method and 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()
|
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
Channel.Builder.eventPublishers(EventPublisher... eventPublishers)
List of publishers for different type of events that may be detected in an application from the profile.
|
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
Channel.Builder.eventPublishers(Collection<EventPublisher> eventPublishers)
List of publishers for different type of events that may be detected in an application from the profile.
|
Copyright © 2023. All rights reserved.