@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonChimeSDKMediaPipelinesAsync extends AbstractAmazonChimeSDKMediaPipelines implements AmazonChimeSDKMediaPipelinesAsync
AmazonChimeSDKMediaPipelinesAsync
. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
createMediaCapturePipeline, createMediaConcatenationPipeline, createMediaLiveConnectorPipeline, deleteMediaCapturePipeline, deleteMediaPipeline, getCachedResponseMetadata, getMediaCapturePipeline, getMediaPipeline, listMediaCapturePipelines, listMediaPipelines, listTagsForResource, shutdown, tagResource, untagResource
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createMediaCapturePipeline, createMediaConcatenationPipeline, createMediaLiveConnectorPipeline, deleteMediaCapturePipeline, deleteMediaPipeline, getCachedResponseMetadata, getMediaCapturePipeline, getMediaPipeline, listMediaCapturePipelines, listMediaPipelines, listTagsForResource, shutdown, tagResource, untagResource
public Future<CreateMediaCapturePipelineResult> createMediaCapturePipelineAsync(CreateMediaCapturePipelineRequest request)
AmazonChimeSDKMediaPipelinesAsync
Creates a media pipeline.
createMediaCapturePipelineAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<CreateMediaCapturePipelineResult> createMediaCapturePipelineAsync(CreateMediaCapturePipelineRequest request, AsyncHandler<CreateMediaCapturePipelineRequest,CreateMediaCapturePipelineResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Creates a media pipeline.
createMediaCapturePipelineAsync
in interface AmazonChimeSDKMediaPipelinesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateMediaConcatenationPipelineResult> createMediaConcatenationPipelineAsync(CreateMediaConcatenationPipelineRequest request)
AmazonChimeSDKMediaPipelinesAsync
Creates a media concatenation pipeline.
createMediaConcatenationPipelineAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<CreateMediaConcatenationPipelineResult> createMediaConcatenationPipelineAsync(CreateMediaConcatenationPipelineRequest request, AsyncHandler<CreateMediaConcatenationPipelineRequest,CreateMediaConcatenationPipelineResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Creates a media concatenation pipeline.
createMediaConcatenationPipelineAsync
in interface AmazonChimeSDKMediaPipelinesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateMediaLiveConnectorPipelineResult> createMediaLiveConnectorPipelineAsync(CreateMediaLiveConnectorPipelineRequest request)
AmazonChimeSDKMediaPipelinesAsync
Creates a streaming media pipeline in an Amazon Chime SDK meeting.
createMediaLiveConnectorPipelineAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<CreateMediaLiveConnectorPipelineResult> createMediaLiveConnectorPipelineAsync(CreateMediaLiveConnectorPipelineRequest request, AsyncHandler<CreateMediaLiveConnectorPipelineRequest,CreateMediaLiveConnectorPipelineResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Creates a streaming media pipeline in an Amazon Chime SDK meeting.
createMediaLiveConnectorPipelineAsync
in interface AmazonChimeSDKMediaPipelinesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteMediaCapturePipelineResult> deleteMediaCapturePipelineAsync(DeleteMediaCapturePipelineRequest request)
AmazonChimeSDKMediaPipelinesAsync
Deletes the media pipeline.
deleteMediaCapturePipelineAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<DeleteMediaCapturePipelineResult> deleteMediaCapturePipelineAsync(DeleteMediaCapturePipelineRequest request, AsyncHandler<DeleteMediaCapturePipelineRequest,DeleteMediaCapturePipelineResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Deletes the media pipeline.
deleteMediaCapturePipelineAsync
in interface AmazonChimeSDKMediaPipelinesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteMediaPipelineResult> deleteMediaPipelineAsync(DeleteMediaPipelineRequest request)
AmazonChimeSDKMediaPipelinesAsync
Deletes the media pipeline.
deleteMediaPipelineAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<DeleteMediaPipelineResult> deleteMediaPipelineAsync(DeleteMediaPipelineRequest request, AsyncHandler<DeleteMediaPipelineRequest,DeleteMediaPipelineResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Deletes the media pipeline.
deleteMediaPipelineAsync
in interface AmazonChimeSDKMediaPipelinesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetMediaCapturePipelineResult> getMediaCapturePipelineAsync(GetMediaCapturePipelineRequest request)
AmazonChimeSDKMediaPipelinesAsync
Gets an existing media pipeline.
getMediaCapturePipelineAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<GetMediaCapturePipelineResult> getMediaCapturePipelineAsync(GetMediaCapturePipelineRequest request, AsyncHandler<GetMediaCapturePipelineRequest,GetMediaCapturePipelineResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Gets an existing media pipeline.
getMediaCapturePipelineAsync
in interface AmazonChimeSDKMediaPipelinesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetMediaPipelineResult> getMediaPipelineAsync(GetMediaPipelineRequest request)
AmazonChimeSDKMediaPipelinesAsync
Gets an existing media pipeline.
getMediaPipelineAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<GetMediaPipelineResult> getMediaPipelineAsync(GetMediaPipelineRequest request, AsyncHandler<GetMediaPipelineRequest,GetMediaPipelineResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Gets an existing media pipeline.
getMediaPipelineAsync
in interface AmazonChimeSDKMediaPipelinesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListMediaCapturePipelinesResult> listMediaCapturePipelinesAsync(ListMediaCapturePipelinesRequest request)
AmazonChimeSDKMediaPipelinesAsync
Returns a list of media pipelines.
listMediaCapturePipelinesAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<ListMediaCapturePipelinesResult> listMediaCapturePipelinesAsync(ListMediaCapturePipelinesRequest request, AsyncHandler<ListMediaCapturePipelinesRequest,ListMediaCapturePipelinesResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Returns a list of media pipelines.
listMediaCapturePipelinesAsync
in interface AmazonChimeSDKMediaPipelinesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListMediaPipelinesResult> listMediaPipelinesAsync(ListMediaPipelinesRequest request)
AmazonChimeSDKMediaPipelinesAsync
Returns a list of media pipelines.
listMediaPipelinesAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<ListMediaPipelinesResult> listMediaPipelinesAsync(ListMediaPipelinesRequest request, AsyncHandler<ListMediaPipelinesRequest,ListMediaPipelinesResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Returns a list of media pipelines.
listMediaPipelinesAsync
in interface AmazonChimeSDKMediaPipelinesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonChimeSDKMediaPipelinesAsync
Lists the tags available for a media pipeline.
listTagsForResourceAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Lists the tags available for a media pipeline.
listTagsForResourceAsync
in interface AmazonChimeSDKMediaPipelinesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonChimeSDKMediaPipelinesAsync
The ARN of the media pipeline that you want to tag. Consists of he pipeline's endpoint region, resource ID, and pipeline ID.
tagResourceAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
The ARN of the media pipeline that you want to tag. Consists of he pipeline's endpoint region, resource ID, and pipeline ID.
tagResourceAsync
in interface AmazonChimeSDKMediaPipelinesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonChimeSDKMediaPipelinesAsync
Removes any tags from a media pipeline.
untagResourceAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Removes any tags from a media pipeline.
untagResourceAsync
in interface AmazonChimeSDKMediaPipelinesAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.