| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
Future<RemoveNotificationChannelResult> |
AbstractAmazonCodeGuruProfilerAsync.removeNotificationChannelAsync(RemoveNotificationChannelRequest request,
AsyncHandler<RemoveNotificationChannelRequest,RemoveNotificationChannelResult> asyncHandler) |
Future<RemoveNotificationChannelResult> |
AmazonCodeGuruProfilerAsyncClient.removeNotificationChannelAsync(RemoveNotificationChannelRequest request,
AsyncHandler<RemoveNotificationChannelRequest,RemoveNotificationChannelResult> asyncHandler) |
Future<RemoveNotificationChannelResult> |
AmazonCodeGuruProfilerAsync.removeNotificationChannelAsync(RemoveNotificationChannelRequest removeNotificationChannelRequest,
AsyncHandler<RemoveNotificationChannelRequest,RemoveNotificationChannelResult> asyncHandler)
Remove one anomaly notifications channel for a profiling group.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveNotificationChannelRequest |
RemoveNotificationChannelRequest.clone() |
RemoveNotificationChannelRequest |
RemoveNotificationChannelRequest.withChannelId(String channelId)
The id of the channel that we want to stop receiving notifications.
|
RemoveNotificationChannelRequest |
RemoveNotificationChannelRequest.withProfilingGroupName(String profilingGroupName)
The name of the profiling group we want to change notification configuration for.
|
Copyright © 2021. All rights reserved.