| 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<GetNotificationConfigurationResponse> |
CodeGuruProfilerAsyncClient.getNotificationConfiguration(Consumer<GetNotificationConfigurationRequest.Builder> getNotificationConfigurationRequest)
Get the current configuration for anomaly notifications for a profiling group.
|
default GetNotificationConfigurationResponse |
CodeGuruProfilerClient.getNotificationConfiguration(Consumer<GetNotificationConfigurationRequest.Builder> getNotificationConfigurationRequest)
Get the current configuration for anomaly notifications for a profiling group.
|
| Modifier and Type | Method and Description |
|---|---|
static GetNotificationConfigurationRequest.Builder |
GetNotificationConfigurationRequest.builder() |
GetNotificationConfigurationRequest.Builder |
GetNotificationConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetNotificationConfigurationRequest.Builder |
GetNotificationConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetNotificationConfigurationRequest.Builder |
GetNotificationConfigurationRequest.Builder.profilingGroupName(String profilingGroupName)
The name of the profiling group we want to get the notification configuration for.
|
GetNotificationConfigurationRequest.Builder |
GetNotificationConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetNotificationConfigurationRequest.Builder> |
GetNotificationConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.