| 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<AddNotificationChannelsResult> |
AmazonCodeGuruProfilerAsync.addNotificationChannelsAsync(AddNotificationChannelsRequest addNotificationChannelsRequest,
AsyncHandler<AddNotificationChannelsRequest,AddNotificationChannelsResult> asyncHandler)
Add up to 2 anomaly notifications channels for a profiling group.
|
Future<AddNotificationChannelsResult> |
AmazonCodeGuruProfilerAsyncClient.addNotificationChannelsAsync(AddNotificationChannelsRequest request,
AsyncHandler<AddNotificationChannelsRequest,AddNotificationChannelsResult> asyncHandler) |
Future<AddNotificationChannelsResult> |
AbstractAmazonCodeGuruProfilerAsync.addNotificationChannelsAsync(AddNotificationChannelsRequest request,
AsyncHandler<AddNotificationChannelsRequest,AddNotificationChannelsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AddNotificationChannelsRequest |
AddNotificationChannelsRequest.clone() |
AddNotificationChannelsRequest |
AddNotificationChannelsRequest.withChannels(Channel... channels)
One or 2 channels to report to when anomalies are detected.
|
AddNotificationChannelsRequest |
AddNotificationChannelsRequest.withChannels(Collection<Channel> channels)
One or 2 channels to report to when anomalies are detected.
|
AddNotificationChannelsRequest |
AddNotificationChannelsRequest.withProfilingGroupName(String profilingGroupName)
The name of the profiling group that we are setting up notifications for.
|
Copyright © 2022. All rights reserved.