Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.AddNotificationChannelsResponse
-
Packages that use AddNotificationChannelsResponse Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations. -
-
Uses of AddNotificationChannelsResponse in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler that return AddNotificationChannelsResponse Modifier and Type Method Description default AddNotificationChannelsResponseCodeGuruProfilerClient. addNotificationChannels(Consumer<AddNotificationChannelsRequest.Builder> addNotificationChannelsRequest)Add up to 2 anomaly notifications channels for a profiling group.default AddNotificationChannelsResponseCodeGuruProfilerClient. addNotificationChannels(AddNotificationChannelsRequest addNotificationChannelsRequest)Add up to 2 anomaly notifications channels for a profiling group.Methods in software.amazon.awssdk.services.codeguruprofiler that return types with arguments of type AddNotificationChannelsResponse Modifier and Type Method Description default CompletableFuture<AddNotificationChannelsResponse>CodeGuruProfilerAsyncClient. addNotificationChannels(Consumer<AddNotificationChannelsRequest.Builder> addNotificationChannelsRequest)Add up to 2 anomaly notifications channels for a profiling group.default CompletableFuture<AddNotificationChannelsResponse>CodeGuruProfilerAsyncClient. addNotificationChannels(AddNotificationChannelsRequest addNotificationChannelsRequest)Add up to 2 anomaly notifications channels for a profiling group.
-