Uses of Interface
software.amazon.awssdk.services.codeguruprofiler.model.AddNotificationChannelsRequest.Builder
-
Packages that use AddNotificationChannelsRequest.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 AddNotificationChannelsRequest.Builder in software.amazon.awssdk.services.codeguruprofiler
Method parameters in software.amazon.awssdk.services.codeguruprofiler with type arguments of type AddNotificationChannelsRequest.Builder 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 AddNotificationChannelsResponseCodeGuruProfilerClient. addNotificationChannels(Consumer<AddNotificationChannelsRequest.Builder> addNotificationChannelsRequest)Add up to 2 anomaly notifications channels for a profiling group. -
Uses of AddNotificationChannelsRequest.Builder in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return AddNotificationChannelsRequest.Builder Modifier and Type Method Description static AddNotificationChannelsRequest.BuilderAddNotificationChannelsRequest. builder()AddNotificationChannelsRequest.BuilderAddNotificationChannelsRequest.Builder. channels(Collection<Channel> channels)One or 2 channels to report to when anomalies are detected.AddNotificationChannelsRequest.BuilderAddNotificationChannelsRequest.Builder. channels(Consumer<Channel.Builder>... channels)One or 2 channels to report to when anomalies are detected.AddNotificationChannelsRequest.BuilderAddNotificationChannelsRequest.Builder. channels(Channel... channels)One or 2 channels to report to when anomalies are detected.AddNotificationChannelsRequest.BuilderAddNotificationChannelsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AddNotificationChannelsRequest.BuilderAddNotificationChannelsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AddNotificationChannelsRequest.BuilderAddNotificationChannelsRequest.Builder. profilingGroupName(String profilingGroupName)The name of the profiling group that we are setting up notifications for.AddNotificationChannelsRequest.BuilderAddNotificationChannelsRequest. toBuilder()Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type AddNotificationChannelsRequest.Builder Modifier and Type Method Description static Class<? extends AddNotificationChannelsRequest.Builder>AddNotificationChannelsRequest. serializableBuilderClass()
-