| 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<RemoveNotificationChannelResponse> |
CodeGuruProfilerAsyncClient.removeNotificationChannel(Consumer<RemoveNotificationChannelRequest.Builder> removeNotificationChannelRequest)
Remove one anomaly notifications channel for a profiling group.
|
default RemoveNotificationChannelResponse |
CodeGuruProfilerClient.removeNotificationChannel(Consumer<RemoveNotificationChannelRequest.Builder> removeNotificationChannelRequest)
Remove one anomaly notifications channel for a profiling group.
|
| Modifier and Type | Method and Description |
|---|---|
static RemoveNotificationChannelRequest.Builder |
RemoveNotificationChannelRequest.builder() |
RemoveNotificationChannelRequest.Builder |
RemoveNotificationChannelRequest.Builder.channelId(String channelId)
The id of the channel that we want to stop receiving notifications.
|
RemoveNotificationChannelRequest.Builder |
RemoveNotificationChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveNotificationChannelRequest.Builder |
RemoveNotificationChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveNotificationChannelRequest.Builder |
RemoveNotificationChannelRequest.Builder.profilingGroupName(String profilingGroupName)
The name of the profiling group we want to change notification configuration for.
|
RemoveNotificationChannelRequest.Builder |
RemoveNotificationChannelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RemoveNotificationChannelRequest.Builder> |
RemoveNotificationChannelRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.