@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonIVSRealTimeAsync extends AbstractAmazonIVSRealTime implements AmazonIVSRealTimeAsync
AmazonIVSRealTimeAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
createEncoderConfiguration, createParticipantToken, createStage, createStorageConfiguration, deleteEncoderConfiguration, deletePublicKey, deleteStage, deleteStorageConfiguration, disconnectParticipant, getCachedResponseMetadata, getComposition, getEncoderConfiguration, getParticipant, getPublicKey, getStage, getStageSession, getStorageConfiguration, importPublicKey, listCompositions, listEncoderConfigurations, listParticipantEvents, listParticipants, listPublicKeys, listStages, listStageSessions, listStorageConfigurations, listTagsForResource, shutdown, startComposition, stopComposition, tagResource, untagResource, updateStage
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createEncoderConfiguration, createParticipantToken, createStage, createStorageConfiguration, deleteEncoderConfiguration, deletePublicKey, deleteStage, deleteStorageConfiguration, disconnectParticipant, getCachedResponseMetadata, getComposition, getEncoderConfiguration, getParticipant, getPublicKey, getStage, getStageSession, getStorageConfiguration, importPublicKey, listCompositions, listEncoderConfigurations, listParticipantEvents, listParticipants, listPublicKeys, listStages, listStageSessions, listStorageConfigurations, listTagsForResource, shutdown, startComposition, stopComposition, tagResource, untagResource, updateStage
public Future<CreateEncoderConfigurationResult> createEncoderConfigurationAsync(CreateEncoderConfigurationRequest request)
AmazonIVSRealTimeAsync
Creates an EncoderConfiguration object.
createEncoderConfigurationAsync
in interface AmazonIVSRealTimeAsync
public Future<CreateEncoderConfigurationResult> createEncoderConfigurationAsync(CreateEncoderConfigurationRequest request, AsyncHandler<CreateEncoderConfigurationRequest,CreateEncoderConfigurationResult> asyncHandler)
AmazonIVSRealTimeAsync
Creates an EncoderConfiguration object.
createEncoderConfigurationAsync
in interface AmazonIVSRealTimeAsync
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<CreateParticipantTokenResult> createParticipantTokenAsync(CreateParticipantTokenRequest request)
AmazonIVSRealTimeAsync
Creates an additional token for a specified stage. This can be done after stage creation or when tokens expire. Tokens always are scoped to the stage for which they are created.
Encryption keys are owned by Amazon IVS and never used directly by your application.
createParticipantTokenAsync
in interface AmazonIVSRealTimeAsync
public Future<CreateParticipantTokenResult> createParticipantTokenAsync(CreateParticipantTokenRequest request, AsyncHandler<CreateParticipantTokenRequest,CreateParticipantTokenResult> asyncHandler)
AmazonIVSRealTimeAsync
Creates an additional token for a specified stage. This can be done after stage creation or when tokens expire. Tokens always are scoped to the stage for which they are created.
Encryption keys are owned by Amazon IVS and never used directly by your application.
createParticipantTokenAsync
in interface AmazonIVSRealTimeAsync
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<CreateStageResult> createStageAsync(CreateStageRequest request)
AmazonIVSRealTimeAsync
Creates a new stage (and optionally participant tokens).
createStageAsync
in interface AmazonIVSRealTimeAsync
public Future<CreateStageResult> createStageAsync(CreateStageRequest request, AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler)
AmazonIVSRealTimeAsync
Creates a new stage (and optionally participant tokens).
createStageAsync
in interface AmazonIVSRealTimeAsync
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<CreateStorageConfigurationResult> createStorageConfigurationAsync(CreateStorageConfigurationRequest request)
AmazonIVSRealTimeAsync
Creates a new storage configuration, used to enable recording to Amazon S3. When a StorageConfiguration is created, IVS will modify the S3 bucketPolicy of the provided bucket. This will ensure that IVS has sufficient permissions to write content to the provided bucket.
createStorageConfigurationAsync
in interface AmazonIVSRealTimeAsync
public Future<CreateStorageConfigurationResult> createStorageConfigurationAsync(CreateStorageConfigurationRequest request, AsyncHandler<CreateStorageConfigurationRequest,CreateStorageConfigurationResult> asyncHandler)
AmazonIVSRealTimeAsync
Creates a new storage configuration, used to enable recording to Amazon S3. When a StorageConfiguration is created, IVS will modify the S3 bucketPolicy of the provided bucket. This will ensure that IVS has sufficient permissions to write content to the provided bucket.
createStorageConfigurationAsync
in interface AmazonIVSRealTimeAsync
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<DeleteEncoderConfigurationResult> deleteEncoderConfigurationAsync(DeleteEncoderConfigurationRequest request)
AmazonIVSRealTimeAsync
Deletes an EncoderConfiguration resource. Ensures that no Compositions are using this template; otherwise, returns an error.
deleteEncoderConfigurationAsync
in interface AmazonIVSRealTimeAsync
public Future<DeleteEncoderConfigurationResult> deleteEncoderConfigurationAsync(DeleteEncoderConfigurationRequest request, AsyncHandler<DeleteEncoderConfigurationRequest,DeleteEncoderConfigurationResult> asyncHandler)
AmazonIVSRealTimeAsync
Deletes an EncoderConfiguration resource. Ensures that no Compositions are using this template; otherwise, returns an error.
deleteEncoderConfigurationAsync
in interface AmazonIVSRealTimeAsync
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<DeletePublicKeyResult> deletePublicKeyAsync(DeletePublicKeyRequest request)
AmazonIVSRealTimeAsync
Deletes the specified public key used to sign stage participant tokens. This invalidates future participant tokens generated using the key pair’s private key.
deletePublicKeyAsync
in interface AmazonIVSRealTimeAsync
public Future<DeletePublicKeyResult> deletePublicKeyAsync(DeletePublicKeyRequest request, AsyncHandler<DeletePublicKeyRequest,DeletePublicKeyResult> asyncHandler)
AmazonIVSRealTimeAsync
Deletes the specified public key used to sign stage participant tokens. This invalidates future participant tokens generated using the key pair’s private key.
deletePublicKeyAsync
in interface AmazonIVSRealTimeAsync
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<DeleteStageResult> deleteStageAsync(DeleteStageRequest request)
AmazonIVSRealTimeAsync
Shuts down and deletes the specified stage (disconnecting all participants).
deleteStageAsync
in interface AmazonIVSRealTimeAsync
public Future<DeleteStageResult> deleteStageAsync(DeleteStageRequest request, AsyncHandler<DeleteStageRequest,DeleteStageResult> asyncHandler)
AmazonIVSRealTimeAsync
Shuts down and deletes the specified stage (disconnecting all participants).
deleteStageAsync
in interface AmazonIVSRealTimeAsync
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<DeleteStorageConfigurationResult> deleteStorageConfigurationAsync(DeleteStorageConfigurationRequest request)
AmazonIVSRealTimeAsync
Deletes the storage configuration for the specified ARN.
If you try to delete a storage configuration that is used by a Composition, you will get an error (409 ConflictException). To avoid this, for all Compositions that reference the storage configuration, first use StopComposition and wait for it to complete, then use DeleteStorageConfiguration.
deleteStorageConfigurationAsync
in interface AmazonIVSRealTimeAsync
public Future<DeleteStorageConfigurationResult> deleteStorageConfigurationAsync(DeleteStorageConfigurationRequest request, AsyncHandler<DeleteStorageConfigurationRequest,DeleteStorageConfigurationResult> asyncHandler)
AmazonIVSRealTimeAsync
Deletes the storage configuration for the specified ARN.
If you try to delete a storage configuration that is used by a Composition, you will get an error (409 ConflictException). To avoid this, for all Compositions that reference the storage configuration, first use StopComposition and wait for it to complete, then use DeleteStorageConfiguration.
deleteStorageConfigurationAsync
in interface AmazonIVSRealTimeAsync
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<DisconnectParticipantResult> disconnectParticipantAsync(DisconnectParticipantRequest request)
AmazonIVSRealTimeAsync
Disconnects a specified participant and revokes the participant permanently from a specified stage.
disconnectParticipantAsync
in interface AmazonIVSRealTimeAsync
public Future<DisconnectParticipantResult> disconnectParticipantAsync(DisconnectParticipantRequest request, AsyncHandler<DisconnectParticipantRequest,DisconnectParticipantResult> asyncHandler)
AmazonIVSRealTimeAsync
Disconnects a specified participant and revokes the participant permanently from a specified stage.
disconnectParticipantAsync
in interface AmazonIVSRealTimeAsync
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<GetCompositionResult> getCompositionAsync(GetCompositionRequest request)
AmazonIVSRealTimeAsync
Get information about the specified Composition resource.
getCompositionAsync
in interface AmazonIVSRealTimeAsync
public Future<GetCompositionResult> getCompositionAsync(GetCompositionRequest request, AsyncHandler<GetCompositionRequest,GetCompositionResult> asyncHandler)
AmazonIVSRealTimeAsync
Get information about the specified Composition resource.
getCompositionAsync
in interface AmazonIVSRealTimeAsync
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<GetEncoderConfigurationResult> getEncoderConfigurationAsync(GetEncoderConfigurationRequest request)
AmazonIVSRealTimeAsync
Gets information about the specified EncoderConfiguration resource.
getEncoderConfigurationAsync
in interface AmazonIVSRealTimeAsync
public Future<GetEncoderConfigurationResult> getEncoderConfigurationAsync(GetEncoderConfigurationRequest request, AsyncHandler<GetEncoderConfigurationRequest,GetEncoderConfigurationResult> asyncHandler)
AmazonIVSRealTimeAsync
Gets information about the specified EncoderConfiguration resource.
getEncoderConfigurationAsync
in interface AmazonIVSRealTimeAsync
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<GetParticipantResult> getParticipantAsync(GetParticipantRequest request)
AmazonIVSRealTimeAsync
Gets information about the specified participant token.
getParticipantAsync
in interface AmazonIVSRealTimeAsync
public Future<GetParticipantResult> getParticipantAsync(GetParticipantRequest request, AsyncHandler<GetParticipantRequest,GetParticipantResult> asyncHandler)
AmazonIVSRealTimeAsync
Gets information about the specified participant token.
getParticipantAsync
in interface AmazonIVSRealTimeAsync
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<GetPublicKeyResult> getPublicKeyAsync(GetPublicKeyRequest request)
AmazonIVSRealTimeAsync
Gets information for the specified public key.
getPublicKeyAsync
in interface AmazonIVSRealTimeAsync
public Future<GetPublicKeyResult> getPublicKeyAsync(GetPublicKeyRequest request, AsyncHandler<GetPublicKeyRequest,GetPublicKeyResult> asyncHandler)
AmazonIVSRealTimeAsync
Gets information for the specified public key.
getPublicKeyAsync
in interface AmazonIVSRealTimeAsync
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<GetStageResult> getStageAsync(GetStageRequest request)
AmazonIVSRealTimeAsync
Gets information for the specified stage.
getStageAsync
in interface AmazonIVSRealTimeAsync
public Future<GetStageResult> getStageAsync(GetStageRequest request, AsyncHandler<GetStageRequest,GetStageResult> asyncHandler)
AmazonIVSRealTimeAsync
Gets information for the specified stage.
getStageAsync
in interface AmazonIVSRealTimeAsync
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<GetStageSessionResult> getStageSessionAsync(GetStageSessionRequest request)
AmazonIVSRealTimeAsync
Gets information for the specified stage session.
getStageSessionAsync
in interface AmazonIVSRealTimeAsync
public Future<GetStageSessionResult> getStageSessionAsync(GetStageSessionRequest request, AsyncHandler<GetStageSessionRequest,GetStageSessionResult> asyncHandler)
AmazonIVSRealTimeAsync
Gets information for the specified stage session.
getStageSessionAsync
in interface AmazonIVSRealTimeAsync
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<GetStorageConfigurationResult> getStorageConfigurationAsync(GetStorageConfigurationRequest request)
AmazonIVSRealTimeAsync
Gets the storage configuration for the specified ARN.
getStorageConfigurationAsync
in interface AmazonIVSRealTimeAsync
public Future<GetStorageConfigurationResult> getStorageConfigurationAsync(GetStorageConfigurationRequest request, AsyncHandler<GetStorageConfigurationRequest,GetStorageConfigurationResult> asyncHandler)
AmazonIVSRealTimeAsync
Gets the storage configuration for the specified ARN.
getStorageConfigurationAsync
in interface AmazonIVSRealTimeAsync
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<ImportPublicKeyResult> importPublicKeyAsync(ImportPublicKeyRequest request)
AmazonIVSRealTimeAsync
Import a public key to be used for signing stage participant tokens.
importPublicKeyAsync
in interface AmazonIVSRealTimeAsync
public Future<ImportPublicKeyResult> importPublicKeyAsync(ImportPublicKeyRequest request, AsyncHandler<ImportPublicKeyRequest,ImportPublicKeyResult> asyncHandler)
AmazonIVSRealTimeAsync
Import a public key to be used for signing stage participant tokens.
importPublicKeyAsync
in interface AmazonIVSRealTimeAsync
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<ListCompositionsResult> listCompositionsAsync(ListCompositionsRequest request)
AmazonIVSRealTimeAsync
Gets summary information about all Compositions in your account, in the AWS region where the API request is processed.
listCompositionsAsync
in interface AmazonIVSRealTimeAsync
public Future<ListCompositionsResult> listCompositionsAsync(ListCompositionsRequest request, AsyncHandler<ListCompositionsRequest,ListCompositionsResult> asyncHandler)
AmazonIVSRealTimeAsync
Gets summary information about all Compositions in your account, in the AWS region where the API request is processed.
listCompositionsAsync
in interface AmazonIVSRealTimeAsync
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<ListEncoderConfigurationsResult> listEncoderConfigurationsAsync(ListEncoderConfigurationsRequest request)
AmazonIVSRealTimeAsync
Gets summary information about all EncoderConfigurations in your account, in the AWS region where the API request is processed.
listEncoderConfigurationsAsync
in interface AmazonIVSRealTimeAsync
public Future<ListEncoderConfigurationsResult> listEncoderConfigurationsAsync(ListEncoderConfigurationsRequest request, AsyncHandler<ListEncoderConfigurationsRequest,ListEncoderConfigurationsResult> asyncHandler)
AmazonIVSRealTimeAsync
Gets summary information about all EncoderConfigurations in your account, in the AWS region where the API request is processed.
listEncoderConfigurationsAsync
in interface AmazonIVSRealTimeAsync
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<ListParticipantEventsResult> listParticipantEventsAsync(ListParticipantEventsRequest request)
AmazonIVSRealTimeAsync
Lists events for a specified participant that occurred during a specified stage session.
listParticipantEventsAsync
in interface AmazonIVSRealTimeAsync
public Future<ListParticipantEventsResult> listParticipantEventsAsync(ListParticipantEventsRequest request, AsyncHandler<ListParticipantEventsRequest,ListParticipantEventsResult> asyncHandler)
AmazonIVSRealTimeAsync
Lists events for a specified participant that occurred during a specified stage session.
listParticipantEventsAsync
in interface AmazonIVSRealTimeAsync
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<ListParticipantsResult> listParticipantsAsync(ListParticipantsRequest request)
AmazonIVSRealTimeAsync
Lists all participants in a specified stage session.
listParticipantsAsync
in interface AmazonIVSRealTimeAsync
public Future<ListParticipantsResult> listParticipantsAsync(ListParticipantsRequest request, AsyncHandler<ListParticipantsRequest,ListParticipantsResult> asyncHandler)
AmazonIVSRealTimeAsync
Lists all participants in a specified stage session.
listParticipantsAsync
in interface AmazonIVSRealTimeAsync
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<ListPublicKeysResult> listPublicKeysAsync(ListPublicKeysRequest request)
AmazonIVSRealTimeAsync
Gets summary information about all public keys in your account, in the AWS region where the API request is processed.
listPublicKeysAsync
in interface AmazonIVSRealTimeAsync
public Future<ListPublicKeysResult> listPublicKeysAsync(ListPublicKeysRequest request, AsyncHandler<ListPublicKeysRequest,ListPublicKeysResult> asyncHandler)
AmazonIVSRealTimeAsync
Gets summary information about all public keys in your account, in the AWS region where the API request is processed.
listPublicKeysAsync
in interface AmazonIVSRealTimeAsync
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<ListStageSessionsResult> listStageSessionsAsync(ListStageSessionsRequest request)
AmazonIVSRealTimeAsync
Gets all sessions for a specified stage.
listStageSessionsAsync
in interface AmazonIVSRealTimeAsync
public Future<ListStageSessionsResult> listStageSessionsAsync(ListStageSessionsRequest request, AsyncHandler<ListStageSessionsRequest,ListStageSessionsResult> asyncHandler)
AmazonIVSRealTimeAsync
Gets all sessions for a specified stage.
listStageSessionsAsync
in interface AmazonIVSRealTimeAsync
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<ListStagesResult> listStagesAsync(ListStagesRequest request)
AmazonIVSRealTimeAsync
Gets summary information about all stages in your account, in the AWS region where the API request is processed.
listStagesAsync
in interface AmazonIVSRealTimeAsync
public Future<ListStagesResult> listStagesAsync(ListStagesRequest request, AsyncHandler<ListStagesRequest,ListStagesResult> asyncHandler)
AmazonIVSRealTimeAsync
Gets summary information about all stages in your account, in the AWS region where the API request is processed.
listStagesAsync
in interface AmazonIVSRealTimeAsync
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<ListStorageConfigurationsResult> listStorageConfigurationsAsync(ListStorageConfigurationsRequest request)
AmazonIVSRealTimeAsync
Gets summary information about all storage configurations in your account, in the AWS region where the API request is processed.
listStorageConfigurationsAsync
in interface AmazonIVSRealTimeAsync
public Future<ListStorageConfigurationsResult> listStorageConfigurationsAsync(ListStorageConfigurationsRequest request, AsyncHandler<ListStorageConfigurationsRequest,ListStorageConfigurationsResult> asyncHandler)
AmazonIVSRealTimeAsync
Gets summary information about all storage configurations in your account, in the AWS region where the API request is processed.
listStorageConfigurationsAsync
in interface AmazonIVSRealTimeAsync
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)
AmazonIVSRealTimeAsync
Gets information about AWS tags for the specified ARN.
listTagsForResourceAsync
in interface AmazonIVSRealTimeAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonIVSRealTimeAsync
Gets information about AWS tags for the specified ARN.
listTagsForResourceAsync
in interface AmazonIVSRealTimeAsync
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<StartCompositionResult> startCompositionAsync(StartCompositionRequest request)
AmazonIVSRealTimeAsync
Starts a Composition from a stage based on the configuration provided in the request.
A Composition is an ephemeral resource that exists after this endpoint returns successfully. Composition stops and the resource is deleted:
When StopComposition is called.
After a 1-minute timeout, when all participants are disconnected from the stage.
After a 1-minute timeout, if there are no participants in the stage when StartComposition is called.
When broadcasting to the IVS channel fails and all retries are exhausted.
When broadcasting is disconnected and all attempts to reconnect are exhausted.
startCompositionAsync
in interface AmazonIVSRealTimeAsync
public Future<StartCompositionResult> startCompositionAsync(StartCompositionRequest request, AsyncHandler<StartCompositionRequest,StartCompositionResult> asyncHandler)
AmazonIVSRealTimeAsync
Starts a Composition from a stage based on the configuration provided in the request.
A Composition is an ephemeral resource that exists after this endpoint returns successfully. Composition stops and the resource is deleted:
When StopComposition is called.
After a 1-minute timeout, when all participants are disconnected from the stage.
After a 1-minute timeout, if there are no participants in the stage when StartComposition is called.
When broadcasting to the IVS channel fails and all retries are exhausted.
When broadcasting is disconnected and all attempts to reconnect are exhausted.
startCompositionAsync
in interface AmazonIVSRealTimeAsync
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<StopCompositionResult> stopCompositionAsync(StopCompositionRequest request)
AmazonIVSRealTimeAsync
Stops and deletes a Composition resource. Any broadcast from the Composition resource is stopped.
stopCompositionAsync
in interface AmazonIVSRealTimeAsync
public Future<StopCompositionResult> stopCompositionAsync(StopCompositionRequest request, AsyncHandler<StopCompositionRequest,StopCompositionResult> asyncHandler)
AmazonIVSRealTimeAsync
Stops and deletes a Composition resource. Any broadcast from the Composition resource is stopped.
stopCompositionAsync
in interface AmazonIVSRealTimeAsync
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)
AmazonIVSRealTimeAsync
Adds or updates tags for the AWS resource with the specified ARN.
tagResourceAsync
in interface AmazonIVSRealTimeAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonIVSRealTimeAsync
Adds or updates tags for the AWS resource with the specified ARN.
tagResourceAsync
in interface AmazonIVSRealTimeAsync
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)
AmazonIVSRealTimeAsync
Removes tags from the resource with the specified ARN.
untagResourceAsync
in interface AmazonIVSRealTimeAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonIVSRealTimeAsync
Removes tags from the resource with the specified ARN.
untagResourceAsync
in interface AmazonIVSRealTimeAsync
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<UpdateStageResult> updateStageAsync(UpdateStageRequest request)
AmazonIVSRealTimeAsync
Updates a stage’s configuration.
updateStageAsync
in interface AmazonIVSRealTimeAsync
public Future<UpdateStageResult> updateStageAsync(UpdateStageRequest request, AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler)
AmazonIVSRealTimeAsync
Updates a stage’s configuration.
updateStageAsync
in interface AmazonIVSRealTimeAsync
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.