@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonVoiceIDAsync extends AbstractAmazonVoiceID implements AmazonVoiceIDAsync
AmazonVoiceIDAsync. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIXassociateFraudster, createDomain, createWatchlist, deleteDomain, deleteFraudster, deleteSpeaker, deleteWatchlist, describeDomain, describeFraudster, describeFraudsterRegistrationJob, describeSpeaker, describeSpeakerEnrollmentJob, describeWatchlist, disassociateFraudster, evaluateSession, getCachedResponseMetadata, listDomains, listFraudsterRegistrationJobs, listFraudsters, listSpeakerEnrollmentJobs, listSpeakers, listTagsForResource, listWatchlists, optOutSpeaker, shutdown, startFraudsterRegistrationJob, startSpeakerEnrollmentJob, tagResource, untagResource, updateDomain, updateWatchlistequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassociateFraudster, createDomain, createWatchlist, deleteDomain, deleteFraudster, deleteSpeaker, deleteWatchlist, describeDomain, describeFraudster, describeFraudsterRegistrationJob, describeSpeaker, describeSpeakerEnrollmentJob, describeWatchlist, disassociateFraudster, evaluateSession, getCachedResponseMetadata, listDomains, listFraudsterRegistrationJobs, listFraudsters, listSpeakerEnrollmentJobs, listSpeakers, listTagsForResource, listWatchlists, optOutSpeaker, shutdown, startFraudsterRegistrationJob, startSpeakerEnrollmentJob, tagResource, untagResource, updateDomain, updateWatchlistpublic Future<AssociateFraudsterResult> associateFraudsterAsync(AssociateFraudsterRequest request)
AmazonVoiceIDAsyncAssociates the fraudsters with the watchlist specified in the same domain.
associateFraudsterAsync in interface AmazonVoiceIDAsyncpublic Future<AssociateFraudsterResult> associateFraudsterAsync(AssociateFraudsterRequest request, AsyncHandler<AssociateFraudsterRequest,AssociateFraudsterResult> asyncHandler)
AmazonVoiceIDAsyncAssociates the fraudsters with the watchlist specified in the same domain.
associateFraudsterAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<CreateDomainResult> createDomainAsync(CreateDomainRequest request)
AmazonVoiceIDAsyncCreates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters, customer audio, and voiceprints. Every domain is created with a default watchlist that fraudsters can be a part of.
createDomainAsync in interface AmazonVoiceIDAsyncpublic Future<CreateDomainResult> createDomainAsync(CreateDomainRequest request, AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler)
AmazonVoiceIDAsyncCreates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters, customer audio, and voiceprints. Every domain is created with a default watchlist that fraudsters can be a part of.
createDomainAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<CreateWatchlistResult> createWatchlistAsync(CreateWatchlistRequest request)
AmazonVoiceIDAsyncCreates a watchlist that fraudsters can be a part of.
createWatchlistAsync in interface AmazonVoiceIDAsyncpublic Future<CreateWatchlistResult> createWatchlistAsync(CreateWatchlistRequest request, AsyncHandler<CreateWatchlistRequest,CreateWatchlistResult> asyncHandler)
AmazonVoiceIDAsyncCreates a watchlist that fraudsters can be a part of.
createWatchlistAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<DeleteDomainResult> deleteDomainAsync(DeleteDomainRequest request)
AmazonVoiceIDAsyncDeletes the specified domain from Voice ID.
deleteDomainAsync in interface AmazonVoiceIDAsyncpublic Future<DeleteDomainResult> deleteDomainAsync(DeleteDomainRequest request, AsyncHandler<DeleteDomainRequest,DeleteDomainResult> asyncHandler)
AmazonVoiceIDAsyncDeletes the specified domain from Voice ID.
deleteDomainAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<DeleteFraudsterResult> deleteFraudsterAsync(DeleteFraudsterRequest request)
AmazonVoiceIDAsyncDeletes the specified fraudster from Voice ID. This action disassociates the fraudster from any watchlists it is a part of.
deleteFraudsterAsync in interface AmazonVoiceIDAsyncpublic Future<DeleteFraudsterResult> deleteFraudsterAsync(DeleteFraudsterRequest request, AsyncHandler<DeleteFraudsterRequest,DeleteFraudsterResult> asyncHandler)
AmazonVoiceIDAsyncDeletes the specified fraudster from Voice ID. This action disassociates the fraudster from any watchlists it is a part of.
deleteFraudsterAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<DeleteSpeakerResult> deleteSpeakerAsync(DeleteSpeakerRequest request)
AmazonVoiceIDAsyncDeletes the specified speaker from Voice ID.
deleteSpeakerAsync in interface AmazonVoiceIDAsyncpublic Future<DeleteSpeakerResult> deleteSpeakerAsync(DeleteSpeakerRequest request, AsyncHandler<DeleteSpeakerRequest,DeleteSpeakerResult> asyncHandler)
AmazonVoiceIDAsyncDeletes the specified speaker from Voice ID.
deleteSpeakerAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<DeleteWatchlistResult> deleteWatchlistAsync(DeleteWatchlistRequest request)
AmazonVoiceIDAsyncDeletes the specified watchlist from Voice ID. This API throws an exception when there are fraudsters in the watchlist that you are trying to delete. You must delete the fraudsters, and then delete the watchlist. Every domain has a default watchlist which cannot be deleted.
deleteWatchlistAsync in interface AmazonVoiceIDAsyncpublic Future<DeleteWatchlistResult> deleteWatchlistAsync(DeleteWatchlistRequest request, AsyncHandler<DeleteWatchlistRequest,DeleteWatchlistResult> asyncHandler)
AmazonVoiceIDAsyncDeletes the specified watchlist from Voice ID. This API throws an exception when there are fraudsters in the watchlist that you are trying to delete. You must delete the fraudsters, and then delete the watchlist. Every domain has a default watchlist which cannot be deleted.
deleteWatchlistAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<DescribeDomainResult> describeDomainAsync(DescribeDomainRequest request)
AmazonVoiceIDAsyncDescribes the specified domain.
describeDomainAsync in interface AmazonVoiceIDAsyncpublic Future<DescribeDomainResult> describeDomainAsync(DescribeDomainRequest request, AsyncHandler<DescribeDomainRequest,DescribeDomainResult> asyncHandler)
AmazonVoiceIDAsyncDescribes the specified domain.
describeDomainAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<DescribeFraudsterResult> describeFraudsterAsync(DescribeFraudsterRequest request)
AmazonVoiceIDAsyncDescribes the specified fraudster.
describeFraudsterAsync in interface AmazonVoiceIDAsyncpublic Future<DescribeFraudsterResult> describeFraudsterAsync(DescribeFraudsterRequest request, AsyncHandler<DescribeFraudsterRequest,DescribeFraudsterResult> asyncHandler)
AmazonVoiceIDAsyncDescribes the specified fraudster.
describeFraudsterAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<DescribeFraudsterRegistrationJobResult> describeFraudsterRegistrationJobAsync(DescribeFraudsterRegistrationJobRequest request)
AmazonVoiceIDAsyncDescribes the specified fraudster registration job.
describeFraudsterRegistrationJobAsync in interface AmazonVoiceIDAsyncpublic Future<DescribeFraudsterRegistrationJobResult> describeFraudsterRegistrationJobAsync(DescribeFraudsterRegistrationJobRequest request, AsyncHandler<DescribeFraudsterRegistrationJobRequest,DescribeFraudsterRegistrationJobResult> asyncHandler)
AmazonVoiceIDAsyncDescribes the specified fraudster registration job.
describeFraudsterRegistrationJobAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<DescribeSpeakerResult> describeSpeakerAsync(DescribeSpeakerRequest request)
AmazonVoiceIDAsyncDescribes the specified speaker.
describeSpeakerAsync in interface AmazonVoiceIDAsyncpublic Future<DescribeSpeakerResult> describeSpeakerAsync(DescribeSpeakerRequest request, AsyncHandler<DescribeSpeakerRequest,DescribeSpeakerResult> asyncHandler)
AmazonVoiceIDAsyncDescribes the specified speaker.
describeSpeakerAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<DescribeSpeakerEnrollmentJobResult> describeSpeakerEnrollmentJobAsync(DescribeSpeakerEnrollmentJobRequest request)
AmazonVoiceIDAsyncDescribes the specified speaker enrollment job.
describeSpeakerEnrollmentJobAsync in interface AmazonVoiceIDAsyncpublic Future<DescribeSpeakerEnrollmentJobResult> describeSpeakerEnrollmentJobAsync(DescribeSpeakerEnrollmentJobRequest request, AsyncHandler<DescribeSpeakerEnrollmentJobRequest,DescribeSpeakerEnrollmentJobResult> asyncHandler)
AmazonVoiceIDAsyncDescribes the specified speaker enrollment job.
describeSpeakerEnrollmentJobAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<DescribeWatchlistResult> describeWatchlistAsync(DescribeWatchlistRequest request)
AmazonVoiceIDAsyncDescribes the specified watchlist.
describeWatchlistAsync in interface AmazonVoiceIDAsyncpublic Future<DescribeWatchlistResult> describeWatchlistAsync(DescribeWatchlistRequest request, AsyncHandler<DescribeWatchlistRequest,DescribeWatchlistResult> asyncHandler)
AmazonVoiceIDAsyncDescribes the specified watchlist.
describeWatchlistAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<DisassociateFraudsterResult> disassociateFraudsterAsync(DisassociateFraudsterRequest request)
AmazonVoiceIDAsync
Disassociates the fraudsters from the watchlist specified. Voice ID always expects a fraudster to be a part of at
least one watchlist. If you try to disassociate a fraudster from its only watchlist, a
ValidationException is thrown.
disassociateFraudsterAsync in interface AmazonVoiceIDAsyncpublic Future<DisassociateFraudsterResult> disassociateFraudsterAsync(DisassociateFraudsterRequest request, AsyncHandler<DisassociateFraudsterRequest,DisassociateFraudsterResult> asyncHandler)
AmazonVoiceIDAsync
Disassociates the fraudsters from the watchlist specified. Voice ID always expects a fraudster to be a part of at
least one watchlist. If you try to disassociate a fraudster from its only watchlist, a
ValidationException is thrown.
disassociateFraudsterAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<EvaluateSessionResult> evaluateSessionAsync(EvaluateSessionRequest request)
AmazonVoiceIDAsyncEvaluates a specified session based on audio data accumulated during a streaming Amazon Connect Voice ID call.
evaluateSessionAsync in interface AmazonVoiceIDAsyncpublic Future<EvaluateSessionResult> evaluateSessionAsync(EvaluateSessionRequest request, AsyncHandler<EvaluateSessionRequest,EvaluateSessionResult> asyncHandler)
AmazonVoiceIDAsyncEvaluates a specified session based on audio data accumulated during a streaming Amazon Connect Voice ID call.
evaluateSessionAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<ListDomainsResult> listDomainsAsync(ListDomainsRequest request)
AmazonVoiceIDAsyncLists all the domains in the Amazon Web Services account.
listDomainsAsync in interface AmazonVoiceIDAsyncpublic Future<ListDomainsResult> listDomainsAsync(ListDomainsRequest request, AsyncHandler<ListDomainsRequest,ListDomainsResult> asyncHandler)
AmazonVoiceIDAsyncLists all the domains in the Amazon Web Services account.
listDomainsAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<ListFraudsterRegistrationJobsResult> listFraudsterRegistrationJobsAsync(ListFraudsterRegistrationJobsRequest request)
AmazonVoiceIDAsync
Lists all the fraudster registration jobs in the domain with the given JobStatus. If
JobStatus is not provided, this lists all fraudster registration jobs in the given domain.
listFraudsterRegistrationJobsAsync in interface AmazonVoiceIDAsyncpublic Future<ListFraudsterRegistrationJobsResult> listFraudsterRegistrationJobsAsync(ListFraudsterRegistrationJobsRequest request, AsyncHandler<ListFraudsterRegistrationJobsRequest,ListFraudsterRegistrationJobsResult> asyncHandler)
AmazonVoiceIDAsync
Lists all the fraudster registration jobs in the domain with the given JobStatus. If
JobStatus is not provided, this lists all fraudster registration jobs in the given domain.
listFraudsterRegistrationJobsAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<ListFraudstersResult> listFraudstersAsync(ListFraudstersRequest request)
AmazonVoiceIDAsyncLists all fraudsters in a specified watchlist or domain.
listFraudstersAsync in interface AmazonVoiceIDAsyncpublic Future<ListFraudstersResult> listFraudstersAsync(ListFraudstersRequest request, AsyncHandler<ListFraudstersRequest,ListFraudstersResult> asyncHandler)
AmazonVoiceIDAsyncLists all fraudsters in a specified watchlist or domain.
listFraudstersAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<ListSpeakerEnrollmentJobsResult> listSpeakerEnrollmentJobsAsync(ListSpeakerEnrollmentJobsRequest request)
AmazonVoiceIDAsync
Lists all the speaker enrollment jobs in the domain with the specified JobStatus. If
JobStatus is not provided, this lists all jobs with all possible speaker enrollment job statuses.
listSpeakerEnrollmentJobsAsync in interface AmazonVoiceIDAsyncpublic Future<ListSpeakerEnrollmentJobsResult> listSpeakerEnrollmentJobsAsync(ListSpeakerEnrollmentJobsRequest request, AsyncHandler<ListSpeakerEnrollmentJobsRequest,ListSpeakerEnrollmentJobsResult> asyncHandler)
AmazonVoiceIDAsync
Lists all the speaker enrollment jobs in the domain with the specified JobStatus. If
JobStatus is not provided, this lists all jobs with all possible speaker enrollment job statuses.
listSpeakerEnrollmentJobsAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<ListSpeakersResult> listSpeakersAsync(ListSpeakersRequest request)
AmazonVoiceIDAsyncLists all speakers in a specified domain.
listSpeakersAsync in interface AmazonVoiceIDAsyncpublic Future<ListSpeakersResult> listSpeakersAsync(ListSpeakersRequest request, AsyncHandler<ListSpeakersRequest,ListSpeakersResult> asyncHandler)
AmazonVoiceIDAsyncLists all speakers in a specified domain.
listSpeakersAsync in interface AmazonVoiceIDAsyncasyncHandler - 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)
AmazonVoiceIDAsyncLists all tags associated with a specified Voice ID resource.
listTagsForResourceAsync in interface AmazonVoiceIDAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonVoiceIDAsyncLists all tags associated with a specified Voice ID resource.
listTagsForResourceAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<ListWatchlistsResult> listWatchlistsAsync(ListWatchlistsRequest request)
AmazonVoiceIDAsyncLists all watchlists in a specified domain.
listWatchlistsAsync in interface AmazonVoiceIDAsyncpublic Future<ListWatchlistsResult> listWatchlistsAsync(ListWatchlistsRequest request, AsyncHandler<ListWatchlistsRequest,ListWatchlistsResult> asyncHandler)
AmazonVoiceIDAsyncLists all watchlists in a specified domain.
listWatchlistsAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<OptOutSpeakerResult> optOutSpeakerAsync(OptOutSpeakerRequest request)
AmazonVoiceIDAsyncOpts out a speaker from Voice ID. A speaker can be opted out regardless of whether or not they already exist in Voice ID. If they don't yet exist, a new speaker is created in an opted out state. If they already exist, their existing status is overridden and they are opted out. Enrollment and evaluation authentication requests are rejected for opted out speakers, and opted out speakers have no voice embeddings stored in Voice ID.
optOutSpeakerAsync in interface AmazonVoiceIDAsyncpublic Future<OptOutSpeakerResult> optOutSpeakerAsync(OptOutSpeakerRequest request, AsyncHandler<OptOutSpeakerRequest,OptOutSpeakerResult> asyncHandler)
AmazonVoiceIDAsyncOpts out a speaker from Voice ID. A speaker can be opted out regardless of whether or not they already exist in Voice ID. If they don't yet exist, a new speaker is created in an opted out state. If they already exist, their existing status is overridden and they are opted out. Enrollment and evaluation authentication requests are rejected for opted out speakers, and opted out speakers have no voice embeddings stored in Voice ID.
optOutSpeakerAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<StartFraudsterRegistrationJobResult> startFraudsterRegistrationJobAsync(StartFraudsterRegistrationJobRequest request)
AmazonVoiceIDAsyncStarts a new batch fraudster registration job using provided details.
startFraudsterRegistrationJobAsync in interface AmazonVoiceIDAsyncpublic Future<StartFraudsterRegistrationJobResult> startFraudsterRegistrationJobAsync(StartFraudsterRegistrationJobRequest request, AsyncHandler<StartFraudsterRegistrationJobRequest,StartFraudsterRegistrationJobResult> asyncHandler)
AmazonVoiceIDAsyncStarts a new batch fraudster registration job using provided details.
startFraudsterRegistrationJobAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<StartSpeakerEnrollmentJobResult> startSpeakerEnrollmentJobAsync(StartSpeakerEnrollmentJobRequest request)
AmazonVoiceIDAsyncStarts a new batch speaker enrollment job using specified details.
startSpeakerEnrollmentJobAsync in interface AmazonVoiceIDAsyncpublic Future<StartSpeakerEnrollmentJobResult> startSpeakerEnrollmentJobAsync(StartSpeakerEnrollmentJobRequest request, AsyncHandler<StartSpeakerEnrollmentJobRequest,StartSpeakerEnrollmentJobResult> asyncHandler)
AmazonVoiceIDAsyncStarts a new batch speaker enrollment job using specified details.
startSpeakerEnrollmentJobAsync in interface AmazonVoiceIDAsyncasyncHandler - 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)
AmazonVoiceIDAsyncTags a Voice ID resource with the provided list of tags.
tagResourceAsync in interface AmazonVoiceIDAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonVoiceIDAsyncTags a Voice ID resource with the provided list of tags.
tagResourceAsync in interface AmazonVoiceIDAsyncasyncHandler - 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)
AmazonVoiceIDAsyncRemoves specified tags from a specified Amazon Connect Voice ID resource.
untagResourceAsync in interface AmazonVoiceIDAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonVoiceIDAsyncRemoves specified tags from a specified Amazon Connect Voice ID resource.
untagResourceAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<UpdateDomainResult> updateDomainAsync(UpdateDomainRequest request)
AmazonVoiceIDAsyncUpdates the specified domain. This API has clobber behavior, and clears and replaces all attributes. If an optional field, such as 'Description' is not provided, it is removed from the domain.
updateDomainAsync in interface AmazonVoiceIDAsyncpublic Future<UpdateDomainResult> updateDomainAsync(UpdateDomainRequest request, AsyncHandler<UpdateDomainRequest,UpdateDomainResult> asyncHandler)
AmazonVoiceIDAsyncUpdates the specified domain. This API has clobber behavior, and clears and replaces all attributes. If an optional field, such as 'Description' is not provided, it is removed from the domain.
updateDomainAsync in interface AmazonVoiceIDAsyncasyncHandler - 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<UpdateWatchlistResult> updateWatchlistAsync(UpdateWatchlistRequest request)
AmazonVoiceIDAsyncUpdates the specified watchlist. Every domain has a default watchlist which cannot be updated.
updateWatchlistAsync in interface AmazonVoiceIDAsyncpublic Future<UpdateWatchlistResult> updateWatchlistAsync(UpdateWatchlistRequest request, AsyncHandler<UpdateWatchlistRequest,UpdateWatchlistResult> asyncHandler)
AmazonVoiceIDAsyncUpdates the specified watchlist. Every domain has a default watchlist which cannot be updated.
updateWatchlistAsync in interface AmazonVoiceIDAsyncasyncHandler - 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.