| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AddNotificationChannelsResponse> |
CodeGuruProfilerAsyncClient.addNotificationChannels(Consumer<AddNotificationChannelsRequest.Builder> addNotificationChannelsRequest)
Add up to 2 anomaly notifications channels for a profiling group.
|
default AddNotificationChannelsResponse |
CodeGuruProfilerClient.addNotificationChannels(Consumer<AddNotificationChannelsRequest.Builder> addNotificationChannelsRequest)
Add up to 2 anomaly notifications channels for a profiling group.
|
| Modifier and Type | Method and Description |
|---|---|
static AddNotificationChannelsRequest.Builder |
AddNotificationChannelsRequest.builder() |
AddNotificationChannelsRequest.Builder |
AddNotificationChannelsRequest.Builder.channels(Channel... channels)
One or 2 channels to report to when anomalies are detected.
|
AddNotificationChannelsRequest.Builder |
AddNotificationChannelsRequest.Builder.channels(Collection<Channel> channels)
One or 2 channels to report to when anomalies are detected.
|
AddNotificationChannelsRequest.Builder |
AddNotificationChannelsRequest.Builder.channels(Consumer<Channel.Builder>... channels)
One or 2 channels to report to when anomalies are detected.
|
AddNotificationChannelsRequest.Builder |
AddNotificationChannelsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddNotificationChannelsRequest.Builder |
AddNotificationChannelsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddNotificationChannelsRequest.Builder |
AddNotificationChannelsRequest.Builder.profilingGroupName(String profilingGroupName)
The name of the profiling group that we are setting up notifications for.
|
AddNotificationChannelsRequest.Builder |
AddNotificationChannelsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AddNotificationChannelsRequest.Builder> |
AddNotificationChannelsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.