@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonChimeSDKMediaPipelinesAsyncClient extends AmazonChimeSDKMediaPipelinesClient implements AmazonChimeSDKMediaPipelinesAsync
AsyncHandler
can be used to
receive notification when an asynchronous operation completes.
The Amazon Chime SDK media pipeline APIs in this section allow software developers to create Amazon Chime SDK media pipelines and capture audio, video, events, and data messages from Amazon Chime SDK meetings. For more information about media pipleines, see Amzon Chime SDK media pipelines.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
builder, createMediaCapturePipeline, deleteMediaCapturePipeline, getCachedResponseMetadata, getMediaCapturePipeline, listMediaCapturePipelines, listTagsForResource, tagResource, untagResource
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createMediaCapturePipeline, deleteMediaCapturePipeline, getCachedResponseMetadata, getMediaCapturePipeline, listMediaCapturePipelines, listTagsForResource, tagResource, untagResource
public static AmazonChimeSDKMediaPipelinesAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
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.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AmazonChimeSDKMediaPipelines
shutdown
in class AmazonChimeSDKMediaPipelinesClient