Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.UpdatePipelineNotificationsResponse
-
Packages that use UpdatePipelineNotificationsResponse Package Description software.amazon.awssdk.services.elastictranscoder AWS Elastic Transcoder Service -
-
Uses of UpdatePipelineNotificationsResponse in software.amazon.awssdk.services.elastictranscoder
Methods in software.amazon.awssdk.services.elastictranscoder that return UpdatePipelineNotificationsResponse Modifier and Type Method Description default UpdatePipelineNotificationsResponseElasticTranscoderClient. updatePipelineNotifications(Consumer<UpdatePipelineNotificationsRequest.Builder> updatePipelineNotificationsRequest)With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.default UpdatePipelineNotificationsResponseElasticTranscoderClient. updatePipelineNotifications(UpdatePipelineNotificationsRequest updatePipelineNotificationsRequest)With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.Methods in software.amazon.awssdk.services.elastictranscoder that return types with arguments of type UpdatePipelineNotificationsResponse Modifier and Type Method Description default CompletableFuture<UpdatePipelineNotificationsResponse>ElasticTranscoderAsyncClient. updatePipelineNotifications(Consumer<UpdatePipelineNotificationsRequest.Builder> updatePipelineNotificationsRequest)With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.default CompletableFuture<UpdatePipelineNotificationsResponse>ElasticTranscoderAsyncClient. updatePipelineNotifications(UpdatePipelineNotificationsRequest updatePipelineNotificationsRequest)With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.
-