@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, deleteMediaCapturePipeline, getCachedResponseMetadata, getMediaCapturePipeline, listMediaCapturePipelines, listTagsForResource, shutdown, tagResource, untagResource
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createMediaCapturePipeline, deleteMediaCapturePipeline, getCachedResponseMetadata, getMediaCapturePipeline, listMediaCapturePipelines, listTagsForResource, shutdown, tagResource, untagResource
public Future<CreateMediaCapturePipelineResult> createMediaCapturePipelineAsync(CreateMediaCapturePipelineRequest request)
AmazonChimeSDKMediaPipelinesAsync
Creates a media capture pipeline.
createMediaCapturePipelineAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<CreateMediaCapturePipelineResult> createMediaCapturePipelineAsync(CreateMediaCapturePipelineRequest request, AsyncHandler<CreateMediaCapturePipelineRequest,CreateMediaCapturePipelineResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Creates a media capture 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<DeleteMediaCapturePipelineResult> deleteMediaCapturePipelineAsync(DeleteMediaCapturePipelineRequest request)
AmazonChimeSDKMediaPipelinesAsync
Deletes the media capture pipeline.
deleteMediaCapturePipelineAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<DeleteMediaCapturePipelineResult> deleteMediaCapturePipelineAsync(DeleteMediaCapturePipelineRequest request, AsyncHandler<DeleteMediaCapturePipelineRequest,DeleteMediaCapturePipelineResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Deletes the media capture 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<GetMediaCapturePipelineResult> getMediaCapturePipelineAsync(GetMediaCapturePipelineRequest request)
AmazonChimeSDKMediaPipelinesAsync
Gets an existing media capture pipeline.
getMediaCapturePipelineAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<GetMediaCapturePipelineResult> getMediaCapturePipelineAsync(GetMediaCapturePipelineRequest request, AsyncHandler<GetMediaCapturePipelineRequest,GetMediaCapturePipelineResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Gets an existing media capture 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<ListMediaCapturePipelinesResult> listMediaCapturePipelinesAsync(ListMediaCapturePipelinesRequest request)
AmazonChimeSDKMediaPipelinesAsync
Returns a list of media capture pipelines.
listMediaCapturePipelinesAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<ListMediaCapturePipelinesResult> listMediaCapturePipelinesAsync(ListMediaCapturePipelinesRequest request, AsyncHandler<ListMediaCapturePipelinesRequest,ListMediaCapturePipelinesResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Returns a list of media capture 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<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonChimeSDKMediaPipelinesAsync
Lists the tags applied to an Amazon Chime SDK media capture pipeline.
listTagsForResourceAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Lists the tags applied to an Amazon Chime SDK media capture 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
Applies the specified tags to the specified Amazon Chime SDK media capture pipeline.
tagResourceAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Applies the specified tags to the specified Amazon Chime SDK media capture pipeline.
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 the specified tags from the specified Amazon Chime SDK media capture pipeline.
untagResourceAsync
in interface AmazonChimeSDKMediaPipelinesAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonChimeSDKMediaPipelinesAsync
Removes the specified tags from the specified Amazon Chime SDK media capture 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.