Uses of Interface
software.amazon.awssdk.services.codeguruprofiler.model.RemoveNotificationChannelRequest.Builder
-
Packages that use RemoveNotificationChannelRequest.Builder Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations.software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of RemoveNotificationChannelRequest.Builder in software.amazon.awssdk.services.codeguruprofiler
Method parameters in software.amazon.awssdk.services.codeguruprofiler with type arguments of type RemoveNotificationChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<RemoveNotificationChannelResponse>CodeGuruProfilerAsyncClient. removeNotificationChannel(Consumer<RemoveNotificationChannelRequest.Builder> removeNotificationChannelRequest)Remove one anomaly notifications channel for a profiling group.default RemoveNotificationChannelResponseCodeGuruProfilerClient. removeNotificationChannel(Consumer<RemoveNotificationChannelRequest.Builder> removeNotificationChannelRequest)Remove one anomaly notifications channel for a profiling group. -
Uses of RemoveNotificationChannelRequest.Builder in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return RemoveNotificationChannelRequest.Builder Modifier and Type Method Description static RemoveNotificationChannelRequest.BuilderRemoveNotificationChannelRequest. builder()RemoveNotificationChannelRequest.BuilderRemoveNotificationChannelRequest.Builder. channelId(String channelId)The id of the channel that we want to stop receiving notifications.RemoveNotificationChannelRequest.BuilderRemoveNotificationChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveNotificationChannelRequest.BuilderRemoveNotificationChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RemoveNotificationChannelRequest.BuilderRemoveNotificationChannelRequest.Builder. profilingGroupName(String profilingGroupName)The name of the profiling group we want to change notification configuration for.RemoveNotificationChannelRequest.BuilderRemoveNotificationChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type RemoveNotificationChannelRequest.Builder Modifier and Type Method Description static Class<? extends RemoveNotificationChannelRequest.Builder>RemoveNotificationChannelRequest. serializableBuilderClass()
-