Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.GetNotificationConfigurationResponse
-
Packages that use GetNotificationConfigurationResponse Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations. -
-
Uses of GetNotificationConfigurationResponse in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler that return GetNotificationConfigurationResponse Modifier and Type Method Description default GetNotificationConfigurationResponseCodeGuruProfilerClient. getNotificationConfiguration(Consumer<GetNotificationConfigurationRequest.Builder> getNotificationConfigurationRequest)Get the current configuration for anomaly notifications for a profiling group.default GetNotificationConfigurationResponseCodeGuruProfilerClient. getNotificationConfiguration(GetNotificationConfigurationRequest getNotificationConfigurationRequest)Get the current configuration for anomaly notifications for a profiling group.Methods in software.amazon.awssdk.services.codeguruprofiler that return types with arguments of type GetNotificationConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetNotificationConfigurationResponse>CodeGuruProfilerAsyncClient. getNotificationConfiguration(Consumer<GetNotificationConfigurationRequest.Builder> getNotificationConfigurationRequest)Get the current configuration for anomaly notifications for a profiling group.default CompletableFuture<GetNotificationConfigurationResponse>CodeGuruProfilerAsyncClient. getNotificationConfiguration(GetNotificationConfigurationRequest getNotificationConfigurationRequest)Get the current configuration for anomaly notifications for a profiling group.
-