| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model | |
| software.amazon.awssdk.services.elastictranscoder.paginators |
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
UpdatePipelineNotificationsResponse.pipeline()
A section of the response body that provides information about the pipeline associated with this notification.
|
Pipeline |
UpdatePipelineStatusResponse.pipeline()
A section of the response body that provides information about the pipeline.
|
Pipeline |
UpdatePipelineResponse.pipeline()
The pipeline updated by this
UpdatePipelineResponse call. |
Pipeline |
CreatePipelineResponse.pipeline()
A section of the response body that provides information about the pipeline that is created.
|
Pipeline |
ReadPipelineResponse.pipeline()
A section of the response body that provides information about the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
List<Pipeline> |
ListPipelinesResponse.pipelines()
An array of
Pipeline objects. |
| Modifier and Type | Method and Description |
|---|---|
UpdatePipelineNotificationsResponse.Builder |
UpdatePipelineNotificationsResponse.Builder.pipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline associated with this
notification.
|
UpdatePipelineStatusResponse.Builder |
UpdatePipelineStatusResponse.Builder.pipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline.
|
UpdatePipelineResponse.Builder |
UpdatePipelineResponse.Builder.pipeline(Pipeline pipeline)
The pipeline updated by this
UpdatePipelineResponse call. |
CreatePipelineResponse.Builder |
CreatePipelineResponse.Builder.pipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline that is created.
|
ReadPipelineResponse.Builder |
ReadPipelineResponse.Builder.pipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline.
|
ListPipelinesResponse.Builder |
ListPipelinesResponse.Builder.pipelines(Pipeline... pipelines)
An array of
Pipeline objects. |
| Modifier and Type | Method and Description |
|---|---|
ListPipelinesResponse.Builder |
ListPipelinesResponse.Builder.pipelines(Collection<Pipeline> pipelines)
An array of
Pipeline objects. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Pipeline> |
ListPipelinesIterable.pipelines()
Returns an iterable to iterate through the paginated
ListPipelinesResponse.pipelines() member. |
SdkPublisher<Pipeline> |
ListPipelinesPublisher.pipelines()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.