Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.GetNotificationConfigurationRequest
-
Packages that use GetNotificationConfigurationRequest Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations.software.amazon.awssdk.services.codeguruprofiler.transform -
-
Uses of GetNotificationConfigurationRequest in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler with parameters of type GetNotificationConfigurationRequest Modifier and Type Method Description default CompletableFuture<GetNotificationConfigurationResponse>CodeGuruProfilerAsyncClient. getNotificationConfiguration(GetNotificationConfigurationRequest 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. -
Uses of GetNotificationConfigurationRequest in software.amazon.awssdk.services.codeguruprofiler.transform
Methods in software.amazon.awssdk.services.codeguruprofiler.transform with parameters of type GetNotificationConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestGetNotificationConfigurationRequestMarshaller. marshall(GetNotificationConfigurationRequest getNotificationConfigurationRequest)
-