@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSCleanRoomsMLAsync extends AbstractAWSCleanRoomsML implements AWSCleanRoomsMLAsync
AWSCleanRoomsMLAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
createAudienceModel, createConfiguredAudienceModel, createTrainingDataset, deleteAudienceGenerationJob, deleteAudienceModel, deleteConfiguredAudienceModel, deleteConfiguredAudienceModelPolicy, deleteTrainingDataset, getAudienceGenerationJob, getAudienceModel, getCachedResponseMetadata, getConfiguredAudienceModel, getConfiguredAudienceModelPolicy, getTrainingDataset, listAudienceExportJobs, listAudienceGenerationJobs, listAudienceModels, listConfiguredAudienceModels, listTagsForResource, listTrainingDatasets, putConfiguredAudienceModelPolicy, shutdown, startAudienceExportJob, startAudienceGenerationJob, tagResource, untagResource, updateConfiguredAudienceModel
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createAudienceModel, createConfiguredAudienceModel, createTrainingDataset, deleteAudienceGenerationJob, deleteAudienceModel, deleteConfiguredAudienceModel, deleteConfiguredAudienceModelPolicy, deleteTrainingDataset, getAudienceGenerationJob, getAudienceModel, getCachedResponseMetadata, getConfiguredAudienceModel, getConfiguredAudienceModelPolicy, getTrainingDataset, listAudienceExportJobs, listAudienceGenerationJobs, listAudienceModels, listConfiguredAudienceModels, listTagsForResource, listTrainingDatasets, putConfiguredAudienceModelPolicy, shutdown, startAudienceExportJob, startAudienceGenerationJob, tagResource, untagResource, updateConfiguredAudienceModel
public Future<CreateAudienceModelResult> createAudienceModelAsync(CreateAudienceModelRequest request)
AWSCleanRoomsMLAsync
Defines the information necessary to create an audience model. An audience model is a machine learning model that Clean Rooms ML trains to measure similarity between users. Clean Rooms ML manages training and storing the audience model. The audience model can be used in multiple calls to the StartAudienceGenerationJob API.
createAudienceModelAsync
in interface AWSCleanRoomsMLAsync
public Future<CreateAudienceModelResult> createAudienceModelAsync(CreateAudienceModelRequest request, AsyncHandler<CreateAudienceModelRequest,CreateAudienceModelResult> asyncHandler)
AWSCleanRoomsMLAsync
Defines the information necessary to create an audience model. An audience model is a machine learning model that Clean Rooms ML trains to measure similarity between users. Clean Rooms ML manages training and storing the audience model. The audience model can be used in multiple calls to the StartAudienceGenerationJob API.
createAudienceModelAsync
in interface AWSCleanRoomsMLAsync
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<CreateConfiguredAudienceModelResult> createConfiguredAudienceModelAsync(CreateConfiguredAudienceModelRequest request)
AWSCleanRoomsMLAsync
Defines the information necessary to create a configured audience model.
createConfiguredAudienceModelAsync
in interface AWSCleanRoomsMLAsync
public Future<CreateConfiguredAudienceModelResult> createConfiguredAudienceModelAsync(CreateConfiguredAudienceModelRequest request, AsyncHandler<CreateConfiguredAudienceModelRequest,CreateConfiguredAudienceModelResult> asyncHandler)
AWSCleanRoomsMLAsync
Defines the information necessary to create a configured audience model.
createConfiguredAudienceModelAsync
in interface AWSCleanRoomsMLAsync
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<CreateTrainingDatasetResult> createTrainingDatasetAsync(CreateTrainingDatasetRequest request)
AWSCleanRoomsMLAsync
Defines the information necessary to create a training dataset. In Clean Rooms ML, the
TrainingDataset
is metadata that points to a Glue table, which is read only during
AudienceModel
creation.
createTrainingDatasetAsync
in interface AWSCleanRoomsMLAsync
public Future<CreateTrainingDatasetResult> createTrainingDatasetAsync(CreateTrainingDatasetRequest request, AsyncHandler<CreateTrainingDatasetRequest,CreateTrainingDatasetResult> asyncHandler)
AWSCleanRoomsMLAsync
Defines the information necessary to create a training dataset. In Clean Rooms ML, the
TrainingDataset
is metadata that points to a Glue table, which is read only during
AudienceModel
creation.
createTrainingDatasetAsync
in interface AWSCleanRoomsMLAsync
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<DeleteAudienceGenerationJobResult> deleteAudienceGenerationJobAsync(DeleteAudienceGenerationJobRequest request)
AWSCleanRoomsMLAsync
Deletes the specified audience generation job, and removes all data associated with the job.
deleteAudienceGenerationJobAsync
in interface AWSCleanRoomsMLAsync
public Future<DeleteAudienceGenerationJobResult> deleteAudienceGenerationJobAsync(DeleteAudienceGenerationJobRequest request, AsyncHandler<DeleteAudienceGenerationJobRequest,DeleteAudienceGenerationJobResult> asyncHandler)
AWSCleanRoomsMLAsync
Deletes the specified audience generation job, and removes all data associated with the job.
deleteAudienceGenerationJobAsync
in interface AWSCleanRoomsMLAsync
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<DeleteAudienceModelResult> deleteAudienceModelAsync(DeleteAudienceModelRequest request)
AWSCleanRoomsMLAsync
Specifies an audience model that you want to delete. You can't delete an audience model if there are any configured audience models that depend on the audience model.
deleteAudienceModelAsync
in interface AWSCleanRoomsMLAsync
public Future<DeleteAudienceModelResult> deleteAudienceModelAsync(DeleteAudienceModelRequest request, AsyncHandler<DeleteAudienceModelRequest,DeleteAudienceModelResult> asyncHandler)
AWSCleanRoomsMLAsync
Specifies an audience model that you want to delete. You can't delete an audience model if there are any configured audience models that depend on the audience model.
deleteAudienceModelAsync
in interface AWSCleanRoomsMLAsync
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<DeleteConfiguredAudienceModelResult> deleteConfiguredAudienceModelAsync(DeleteConfiguredAudienceModelRequest request)
AWSCleanRoomsMLAsync
Deletes the specified configured audience model. You can't delete a configured audience model if there are any lookalike models that use the configured audience model. If you delete a configured audience model, it will be removed from any collaborations that it is associated to.
deleteConfiguredAudienceModelAsync
in interface AWSCleanRoomsMLAsync
public Future<DeleteConfiguredAudienceModelResult> deleteConfiguredAudienceModelAsync(DeleteConfiguredAudienceModelRequest request, AsyncHandler<DeleteConfiguredAudienceModelRequest,DeleteConfiguredAudienceModelResult> asyncHandler)
AWSCleanRoomsMLAsync
Deletes the specified configured audience model. You can't delete a configured audience model if there are any lookalike models that use the configured audience model. If you delete a configured audience model, it will be removed from any collaborations that it is associated to.
deleteConfiguredAudienceModelAsync
in interface AWSCleanRoomsMLAsync
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<DeleteConfiguredAudienceModelPolicyResult> deleteConfiguredAudienceModelPolicyAsync(DeleteConfiguredAudienceModelPolicyRequest request)
AWSCleanRoomsMLAsync
Deletes the specified configured audience model policy.
deleteConfiguredAudienceModelPolicyAsync
in interface AWSCleanRoomsMLAsync
public Future<DeleteConfiguredAudienceModelPolicyResult> deleteConfiguredAudienceModelPolicyAsync(DeleteConfiguredAudienceModelPolicyRequest request, AsyncHandler<DeleteConfiguredAudienceModelPolicyRequest,DeleteConfiguredAudienceModelPolicyResult> asyncHandler)
AWSCleanRoomsMLAsync
Deletes the specified configured audience model policy.
deleteConfiguredAudienceModelPolicyAsync
in interface AWSCleanRoomsMLAsync
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<DeleteTrainingDatasetResult> deleteTrainingDatasetAsync(DeleteTrainingDatasetRequest request)
AWSCleanRoomsMLAsync
Specifies a training dataset that you want to delete. You can't delete a training dataset if there are any
audience models that depend on the training dataset. In Clean Rooms ML, the TrainingDataset
is
metadata that points to a Glue table, which is read only during AudienceModel
creation. This action
deletes the metadata.
deleteTrainingDatasetAsync
in interface AWSCleanRoomsMLAsync
public Future<DeleteTrainingDatasetResult> deleteTrainingDatasetAsync(DeleteTrainingDatasetRequest request, AsyncHandler<DeleteTrainingDatasetRequest,DeleteTrainingDatasetResult> asyncHandler)
AWSCleanRoomsMLAsync
Specifies a training dataset that you want to delete. You can't delete a training dataset if there are any
audience models that depend on the training dataset. In Clean Rooms ML, the TrainingDataset
is
metadata that points to a Glue table, which is read only during AudienceModel
creation. This action
deletes the metadata.
deleteTrainingDatasetAsync
in interface AWSCleanRoomsMLAsync
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<GetAudienceGenerationJobResult> getAudienceGenerationJobAsync(GetAudienceGenerationJobRequest request)
AWSCleanRoomsMLAsync
Returns information about an audience generation job.
getAudienceGenerationJobAsync
in interface AWSCleanRoomsMLAsync
public Future<GetAudienceGenerationJobResult> getAudienceGenerationJobAsync(GetAudienceGenerationJobRequest request, AsyncHandler<GetAudienceGenerationJobRequest,GetAudienceGenerationJobResult> asyncHandler)
AWSCleanRoomsMLAsync
Returns information about an audience generation job.
getAudienceGenerationJobAsync
in interface AWSCleanRoomsMLAsync
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<GetAudienceModelResult> getAudienceModelAsync(GetAudienceModelRequest request)
AWSCleanRoomsMLAsync
Returns information about an audience model
getAudienceModelAsync
in interface AWSCleanRoomsMLAsync
public Future<GetAudienceModelResult> getAudienceModelAsync(GetAudienceModelRequest request, AsyncHandler<GetAudienceModelRequest,GetAudienceModelResult> asyncHandler)
AWSCleanRoomsMLAsync
Returns information about an audience model
getAudienceModelAsync
in interface AWSCleanRoomsMLAsync
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<GetConfiguredAudienceModelResult> getConfiguredAudienceModelAsync(GetConfiguredAudienceModelRequest request)
AWSCleanRoomsMLAsync
Returns information about a specified configured audience model.
getConfiguredAudienceModelAsync
in interface AWSCleanRoomsMLAsync
public Future<GetConfiguredAudienceModelResult> getConfiguredAudienceModelAsync(GetConfiguredAudienceModelRequest request, AsyncHandler<GetConfiguredAudienceModelRequest,GetConfiguredAudienceModelResult> asyncHandler)
AWSCleanRoomsMLAsync
Returns information about a specified configured audience model.
getConfiguredAudienceModelAsync
in interface AWSCleanRoomsMLAsync
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<GetConfiguredAudienceModelPolicyResult> getConfiguredAudienceModelPolicyAsync(GetConfiguredAudienceModelPolicyRequest request)
AWSCleanRoomsMLAsync
Returns information about a configured audience model policy.
getConfiguredAudienceModelPolicyAsync
in interface AWSCleanRoomsMLAsync
public Future<GetConfiguredAudienceModelPolicyResult> getConfiguredAudienceModelPolicyAsync(GetConfiguredAudienceModelPolicyRequest request, AsyncHandler<GetConfiguredAudienceModelPolicyRequest,GetConfiguredAudienceModelPolicyResult> asyncHandler)
AWSCleanRoomsMLAsync
Returns information about a configured audience model policy.
getConfiguredAudienceModelPolicyAsync
in interface AWSCleanRoomsMLAsync
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<GetTrainingDatasetResult> getTrainingDatasetAsync(GetTrainingDatasetRequest request)
AWSCleanRoomsMLAsync
Returns information about a training dataset.
getTrainingDatasetAsync
in interface AWSCleanRoomsMLAsync
public Future<GetTrainingDatasetResult> getTrainingDatasetAsync(GetTrainingDatasetRequest request, AsyncHandler<GetTrainingDatasetRequest,GetTrainingDatasetResult> asyncHandler)
AWSCleanRoomsMLAsync
Returns information about a training dataset.
getTrainingDatasetAsync
in interface AWSCleanRoomsMLAsync
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<ListAudienceExportJobsResult> listAudienceExportJobsAsync(ListAudienceExportJobsRequest request)
AWSCleanRoomsMLAsync
Returns a list of the audience export jobs.
listAudienceExportJobsAsync
in interface AWSCleanRoomsMLAsync
public Future<ListAudienceExportJobsResult> listAudienceExportJobsAsync(ListAudienceExportJobsRequest request, AsyncHandler<ListAudienceExportJobsRequest,ListAudienceExportJobsResult> asyncHandler)
AWSCleanRoomsMLAsync
Returns a list of the audience export jobs.
listAudienceExportJobsAsync
in interface AWSCleanRoomsMLAsync
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<ListAudienceGenerationJobsResult> listAudienceGenerationJobsAsync(ListAudienceGenerationJobsRequest request)
AWSCleanRoomsMLAsync
Returns a list of audience generation jobs.
listAudienceGenerationJobsAsync
in interface AWSCleanRoomsMLAsync
public Future<ListAudienceGenerationJobsResult> listAudienceGenerationJobsAsync(ListAudienceGenerationJobsRequest request, AsyncHandler<ListAudienceGenerationJobsRequest,ListAudienceGenerationJobsResult> asyncHandler)
AWSCleanRoomsMLAsync
Returns a list of audience generation jobs.
listAudienceGenerationJobsAsync
in interface AWSCleanRoomsMLAsync
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<ListAudienceModelsResult> listAudienceModelsAsync(ListAudienceModelsRequest request)
AWSCleanRoomsMLAsync
Returns a list of audience models.
listAudienceModelsAsync
in interface AWSCleanRoomsMLAsync
public Future<ListAudienceModelsResult> listAudienceModelsAsync(ListAudienceModelsRequest request, AsyncHandler<ListAudienceModelsRequest,ListAudienceModelsResult> asyncHandler)
AWSCleanRoomsMLAsync
Returns a list of audience models.
listAudienceModelsAsync
in interface AWSCleanRoomsMLAsync
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<ListConfiguredAudienceModelsResult> listConfiguredAudienceModelsAsync(ListConfiguredAudienceModelsRequest request)
AWSCleanRoomsMLAsync
Returns a list of the configured audience models.
listConfiguredAudienceModelsAsync
in interface AWSCleanRoomsMLAsync
public Future<ListConfiguredAudienceModelsResult> listConfiguredAudienceModelsAsync(ListConfiguredAudienceModelsRequest request, AsyncHandler<ListConfiguredAudienceModelsRequest,ListConfiguredAudienceModelsResult> asyncHandler)
AWSCleanRoomsMLAsync
Returns a list of the configured audience models.
listConfiguredAudienceModelsAsync
in interface AWSCleanRoomsMLAsync
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)
AWSCleanRoomsMLAsync
Returns a list of tags for a provided resource.
listTagsForResourceAsync
in interface AWSCleanRoomsMLAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSCleanRoomsMLAsync
Returns a list of tags for a provided resource.
listTagsForResourceAsync
in interface AWSCleanRoomsMLAsync
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<ListTrainingDatasetsResult> listTrainingDatasetsAsync(ListTrainingDatasetsRequest request)
AWSCleanRoomsMLAsync
Returns a list of training datasets.
listTrainingDatasetsAsync
in interface AWSCleanRoomsMLAsync
public Future<ListTrainingDatasetsResult> listTrainingDatasetsAsync(ListTrainingDatasetsRequest request, AsyncHandler<ListTrainingDatasetsRequest,ListTrainingDatasetsResult> asyncHandler)
AWSCleanRoomsMLAsync
Returns a list of training datasets.
listTrainingDatasetsAsync
in interface AWSCleanRoomsMLAsync
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<PutConfiguredAudienceModelPolicyResult> putConfiguredAudienceModelPolicyAsync(PutConfiguredAudienceModelPolicyRequest request)
AWSCleanRoomsMLAsync
Create or update the resource policy for a configured audience model.
putConfiguredAudienceModelPolicyAsync
in interface AWSCleanRoomsMLAsync
public Future<PutConfiguredAudienceModelPolicyResult> putConfiguredAudienceModelPolicyAsync(PutConfiguredAudienceModelPolicyRequest request, AsyncHandler<PutConfiguredAudienceModelPolicyRequest,PutConfiguredAudienceModelPolicyResult> asyncHandler)
AWSCleanRoomsMLAsync
Create or update the resource policy for a configured audience model.
putConfiguredAudienceModelPolicyAsync
in interface AWSCleanRoomsMLAsync
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<StartAudienceExportJobResult> startAudienceExportJobAsync(StartAudienceExportJobRequest request)
AWSCleanRoomsMLAsync
Export an audience of a specified size after you have generated an audience.
startAudienceExportJobAsync
in interface AWSCleanRoomsMLAsync
public Future<StartAudienceExportJobResult> startAudienceExportJobAsync(StartAudienceExportJobRequest request, AsyncHandler<StartAudienceExportJobRequest,StartAudienceExportJobResult> asyncHandler)
AWSCleanRoomsMLAsync
Export an audience of a specified size after you have generated an audience.
startAudienceExportJobAsync
in interface AWSCleanRoomsMLAsync
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<StartAudienceGenerationJobResult> startAudienceGenerationJobAsync(StartAudienceGenerationJobRequest request)
AWSCleanRoomsMLAsync
Information necessary to start the audience generation job.
startAudienceGenerationJobAsync
in interface AWSCleanRoomsMLAsync
public Future<StartAudienceGenerationJobResult> startAudienceGenerationJobAsync(StartAudienceGenerationJobRequest request, AsyncHandler<StartAudienceGenerationJobRequest,StartAudienceGenerationJobResult> asyncHandler)
AWSCleanRoomsMLAsync
Information necessary to start the audience generation job.
startAudienceGenerationJobAsync
in interface AWSCleanRoomsMLAsync
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)
AWSCleanRoomsMLAsync
Adds metadata tags to a specified resource.
tagResourceAsync
in interface AWSCleanRoomsMLAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSCleanRoomsMLAsync
Adds metadata tags to a specified resource.
tagResourceAsync
in interface AWSCleanRoomsMLAsync
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)
AWSCleanRoomsMLAsync
Removes metadata tags from a specified resource.
untagResourceAsync
in interface AWSCleanRoomsMLAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSCleanRoomsMLAsync
Removes metadata tags from a specified resource.
untagResourceAsync
in interface AWSCleanRoomsMLAsync
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<UpdateConfiguredAudienceModelResult> updateConfiguredAudienceModelAsync(UpdateConfiguredAudienceModelRequest request)
AWSCleanRoomsMLAsync
Provides the information necessary to update a configured audience model. Updates that impact audience generation jobs take effect when a new job starts, but do not impact currently running jobs.
updateConfiguredAudienceModelAsync
in interface AWSCleanRoomsMLAsync
public Future<UpdateConfiguredAudienceModelResult> updateConfiguredAudienceModelAsync(UpdateConfiguredAudienceModelRequest request, AsyncHandler<UpdateConfiguredAudienceModelRequest,UpdateConfiguredAudienceModelResult> asyncHandler)
AWSCleanRoomsMLAsync
Provides the information necessary to update a configured audience model. Updates that impact audience generation jobs take effect when a new job starts, but do not impact currently running jobs.
updateConfiguredAudienceModelAsync
in interface AWSCleanRoomsMLAsync
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.