Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.RemoveNotificationChannelResponse
-
Packages that use RemoveNotificationChannelResponse Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations. -
-
Uses of RemoveNotificationChannelResponse in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler that return RemoveNotificationChannelResponse Modifier and Type Method Description default RemoveNotificationChannelResponseCodeGuruProfilerClient. removeNotificationChannel(Consumer<RemoveNotificationChannelRequest.Builder> removeNotificationChannelRequest)Remove one anomaly notifications channel for a profiling group.default RemoveNotificationChannelResponseCodeGuruProfilerClient. removeNotificationChannel(RemoveNotificationChannelRequest removeNotificationChannelRequest)Remove one anomaly notifications channel for a profiling group.Methods in software.amazon.awssdk.services.codeguruprofiler that return types with arguments of type RemoveNotificationChannelResponse Modifier and Type Method Description default CompletableFuture<RemoveNotificationChannelResponse>CodeGuruProfilerAsyncClient. removeNotificationChannel(Consumer<RemoveNotificationChannelRequest.Builder> removeNotificationChannelRequest)Remove one anomaly notifications channel for a profiling group.default CompletableFuture<RemoveNotificationChannelResponse>CodeGuruProfilerAsyncClient. removeNotificationChannel(RemoveNotificationChannelRequest removeNotificationChannelRequest)Remove one anomaly notifications channel for a profiling group.
-