Uses of Interface
software.amazon.awssdk.services.elastictranscoder.model.UpdatePipelineNotificationsResponse.Builder
-
Packages that use UpdatePipelineNotificationsResponse.Builder Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of UpdatePipelineNotificationsResponse.Builder in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return UpdatePipelineNotificationsResponse.Builder Modifier and Type Method Description static UpdatePipelineNotificationsResponse.BuilderUpdatePipelineNotificationsResponse. builder()default UpdatePipelineNotificationsResponse.BuilderUpdatePipelineNotificationsResponse.Builder. pipeline(Consumer<Pipeline.Builder> pipeline)A section of the response body that provides information about the pipeline associated with this notification.UpdatePipelineNotificationsResponse.BuilderUpdatePipelineNotificationsResponse.Builder. pipeline(Pipeline pipeline)A section of the response body that provides information about the pipeline associated with this notification.UpdatePipelineNotificationsResponse.BuilderUpdatePipelineNotificationsResponse. toBuilder()Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type UpdatePipelineNotificationsResponse.Builder Modifier and Type Method Description static Class<? extends UpdatePipelineNotificationsResponse.Builder>UpdatePipelineNotificationsResponse. serializableBuilderClass()
-