| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static Channel.Builder |
Channel.builder() |
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.
|
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.
|
Channel.Builder |
Channel.Builder.eventPublishersWithStrings(Collection<String> eventPublishers)
List of publishers for different type of events that may be detected in an application from the profile.
|
Channel.Builder |
Channel.Builder.eventPublishersWithStrings(String... eventPublishers)
List of publishers for different type of events that may be detected in an application from the profile.
|
Channel.Builder |
Channel.Builder.id(String id)
Unique identifier for each
Channel in the notification configuration of a Profiling Group. |
Channel.Builder |
Channel.toBuilder() |
Channel.Builder |
Channel.Builder.uri(String uri)
Unique arn of the resource to be used for notifications.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Channel.Builder> |
Channel.serializableBuilderClass() |
Copyright © 2023. All rights reserved.