Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.RemoveNotificationChannelRequest
-
Packages that use RemoveNotificationChannelRequest 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 RemoveNotificationChannelRequest in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler with parameters of type RemoveNotificationChannelRequest Modifier and Type Method Description default CompletableFuture<RemoveNotificationChannelResponse>CodeGuruProfilerAsyncClient. removeNotificationChannel(RemoveNotificationChannelRequest removeNotificationChannelRequest)Remove one anomaly notifications channel for a profiling group.default RemoveNotificationChannelResponseCodeGuruProfilerClient. removeNotificationChannel(RemoveNotificationChannelRequest removeNotificationChannelRequest)Remove one anomaly notifications channel for a profiling group. -
Uses of RemoveNotificationChannelRequest in software.amazon.awssdk.services.codeguruprofiler.transform
Methods in software.amazon.awssdk.services.codeguruprofiler.transform with parameters of type RemoveNotificationChannelRequest Modifier and Type Method Description SdkHttpFullRequestRemoveNotificationChannelRequestMarshaller. marshall(RemoveNotificationChannelRequest removeNotificationChannelRequest)
-