Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.AddNotificationChannelsRequest
-
Packages that use AddNotificationChannelsRequest 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 AddNotificationChannelsRequest in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler with parameters of type AddNotificationChannelsRequest Modifier and Type Method Description default CompletableFuture<AddNotificationChannelsResponse>CodeGuruProfilerAsyncClient. addNotificationChannels(AddNotificationChannelsRequest 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. -
Uses of AddNotificationChannelsRequest in software.amazon.awssdk.services.codeguruprofiler.transform
Methods in software.amazon.awssdk.services.codeguruprofiler.transform with parameters of type AddNotificationChannelsRequest Modifier and Type Method Description SdkHttpFullRequestAddNotificationChannelsRequestMarshaller. marshall(AddNotificationChannelsRequest addNotificationChannelsRequest)
-