@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonFraudDetectorAsync extends AmazonFraudDetector
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonFraudDetectorAsync
instead.
This is the Amazon Fraud Detector API Reference. This guide is for developers who need detailed information about Amazon Fraud Detector API actions, data types, and errors. For more information about Amazon Fraud Detector features, see the Amazon Fraud Detector User Guide.
ENDPOINT_PREFIX
batchCreateVariable, batchGetVariable, createDetectorVersion, createModelVersion, createRule, createVariable, deleteDetector, deleteDetectorVersion, deleteEvent, deleteRuleVersion, describeDetector, describeModelVersions, getCachedResponseMetadata, getDetectors, getDetectorVersion, getExternalModels, getModels, getModelVersion, getOutcomes, getPrediction, getRules, getVariables, putDetector, putExternalModel, putModel, putOutcome, shutdown, updateDetectorVersion, updateDetectorVersionMetadata, updateDetectorVersionStatus, updateModelVersion, updateRuleMetadata, updateRuleVersion, updateVariable
Future<BatchCreateVariableResult> batchCreateVariableAsync(BatchCreateVariableRequest batchCreateVariableRequest)
Creates a batch of variables.
batchCreateVariableRequest
- Future<BatchCreateVariableResult> batchCreateVariableAsync(BatchCreateVariableRequest batchCreateVariableRequest, AsyncHandler<BatchCreateVariableRequest,BatchCreateVariableResult> asyncHandler)
Creates a batch of variables.
batchCreateVariableRequest
- 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.Future<BatchGetVariableResult> batchGetVariableAsync(BatchGetVariableRequest batchGetVariableRequest)
Gets a batch of variables.
batchGetVariableRequest
- Future<BatchGetVariableResult> batchGetVariableAsync(BatchGetVariableRequest batchGetVariableRequest, AsyncHandler<BatchGetVariableRequest,BatchGetVariableResult> asyncHandler)
Gets a batch of variables.
batchGetVariableRequest
- 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.Future<CreateDetectorVersionResult> createDetectorVersionAsync(CreateDetectorVersionRequest createDetectorVersionRequest)
Creates a detector version. The detector version starts in a DRAFT
status.
createDetectorVersionRequest
- Future<CreateDetectorVersionResult> createDetectorVersionAsync(CreateDetectorVersionRequest createDetectorVersionRequest, AsyncHandler<CreateDetectorVersionRequest,CreateDetectorVersionResult> asyncHandler)
Creates a detector version. The detector version starts in a DRAFT
status.
createDetectorVersionRequest
- 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.Future<CreateModelVersionResult> createModelVersionAsync(CreateModelVersionRequest createModelVersionRequest)
Creates a version of the model using the specified model type.
createModelVersionRequest
- Future<CreateModelVersionResult> createModelVersionAsync(CreateModelVersionRequest createModelVersionRequest, AsyncHandler<CreateModelVersionRequest,CreateModelVersionResult> asyncHandler)
Creates a version of the model using the specified model type.
createModelVersionRequest
- 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.Future<CreateRuleResult> createRuleAsync(CreateRuleRequest createRuleRequest)
Creates a rule for use with the specified detector.
createRuleRequest
- Future<CreateRuleResult> createRuleAsync(CreateRuleRequest createRuleRequest, AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler)
Creates a rule for use with the specified detector.
createRuleRequest
- 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.Future<CreateVariableResult> createVariableAsync(CreateVariableRequest createVariableRequest)
Creates a variable.
createVariableRequest
- Future<CreateVariableResult> createVariableAsync(CreateVariableRequest createVariableRequest, AsyncHandler<CreateVariableRequest,CreateVariableResult> asyncHandler)
Creates a variable.
createVariableRequest
- 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.Future<DeleteDetectorResult> deleteDetectorAsync(DeleteDetectorRequest deleteDetectorRequest)
Deletes the detector. Before deleting a detector, you must first delete all detector versions and rule versions associated with the detector.
deleteDetectorRequest
- Future<DeleteDetectorResult> deleteDetectorAsync(DeleteDetectorRequest deleteDetectorRequest, AsyncHandler<DeleteDetectorRequest,DeleteDetectorResult> asyncHandler)
Deletes the detector. Before deleting a detector, you must first delete all detector versions and rule versions associated with the detector.
deleteDetectorRequest
- 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.Future<DeleteDetectorVersionResult> deleteDetectorVersionAsync(DeleteDetectorVersionRequest deleteDetectorVersionRequest)
Deletes the detector version. You cannot delete detector versions that are in ACTIVE
status.
deleteDetectorVersionRequest
- Future<DeleteDetectorVersionResult> deleteDetectorVersionAsync(DeleteDetectorVersionRequest deleteDetectorVersionRequest, AsyncHandler<DeleteDetectorVersionRequest,DeleteDetectorVersionResult> asyncHandler)
Deletes the detector version. You cannot delete detector versions that are in ACTIVE
status.
deleteDetectorVersionRequest
- 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.Future<DeleteEventResult> deleteEventAsync(DeleteEventRequest deleteEventRequest)
Deletes the specified event.
deleteEventRequest
- Future<DeleteEventResult> deleteEventAsync(DeleteEventRequest deleteEventRequest, AsyncHandler<DeleteEventRequest,DeleteEventResult> asyncHandler)
Deletes the specified event.
deleteEventRequest
- 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.Future<DeleteRuleVersionResult> deleteRuleVersionAsync(DeleteRuleVersionRequest deleteRuleVersionRequest)
Deletes the rule version. You cannot delete a rule version if it is used by an ACTIVE
or
INACTIVE
detector version.
deleteRuleVersionRequest
- Future<DeleteRuleVersionResult> deleteRuleVersionAsync(DeleteRuleVersionRequest deleteRuleVersionRequest, AsyncHandler<DeleteRuleVersionRequest,DeleteRuleVersionResult> asyncHandler)
Deletes the rule version. You cannot delete a rule version if it is used by an ACTIVE
or
INACTIVE
detector version.
deleteRuleVersionRequest
- 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.Future<DescribeDetectorResult> describeDetectorAsync(DescribeDetectorRequest describeDetectorRequest)
Gets all versions for a specified detector.
describeDetectorRequest
- Future<DescribeDetectorResult> describeDetectorAsync(DescribeDetectorRequest describeDetectorRequest, AsyncHandler<DescribeDetectorRequest,DescribeDetectorResult> asyncHandler)
Gets all versions for a specified detector.
describeDetectorRequest
- 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.Future<DescribeModelVersionsResult> describeModelVersionsAsync(DescribeModelVersionsRequest describeModelVersionsRequest)
Gets all of the model versions for the specified model type or for the specified model type and model ID. You can also get details for a single, specified model version.
describeModelVersionsRequest
- Future<DescribeModelVersionsResult> describeModelVersionsAsync(DescribeModelVersionsRequest describeModelVersionsRequest, AsyncHandler<DescribeModelVersionsRequest,DescribeModelVersionsResult> asyncHandler)
Gets all of the model versions for the specified model type or for the specified model type and model ID. You can also get details for a single, specified model version.
describeModelVersionsRequest
- 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.Future<GetDetectorVersionResult> getDetectorVersionAsync(GetDetectorVersionRequest getDetectorVersionRequest)
Gets a particular detector version.
getDetectorVersionRequest
- Future<GetDetectorVersionResult> getDetectorVersionAsync(GetDetectorVersionRequest getDetectorVersionRequest, AsyncHandler<GetDetectorVersionRequest,GetDetectorVersionResult> asyncHandler)
Gets a particular detector version.
getDetectorVersionRequest
- 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.Future<GetDetectorsResult> getDetectorsAsync(GetDetectorsRequest getDetectorsRequest)
Gets all of detectors. This is a paginated API. If you provide a null maxSizePerPage
, this actions
retrieves a maximum of 10 records per page. If you provide a maxSizePerPage
, the value must be
between 5 and 10. To get the next page results, provide the pagination token from the
GetEventTypesResponse
as part of your request. A null pagination token fetches the records from the
beginning.
getDetectorsRequest
- Future<GetDetectorsResult> getDetectorsAsync(GetDetectorsRequest getDetectorsRequest, AsyncHandler<GetDetectorsRequest,GetDetectorsResult> asyncHandler)
Gets all of detectors. This is a paginated API. If you provide a null maxSizePerPage
, this actions
retrieves a maximum of 10 records per page. If you provide a maxSizePerPage
, the value must be
between 5 and 10. To get the next page results, provide the pagination token from the
GetEventTypesResponse
as part of your request. A null pagination token fetches the records from the
beginning.
getDetectorsRequest
- 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.Future<GetExternalModelsResult> getExternalModelsAsync(GetExternalModelsRequest getExternalModelsRequest)
Gets the details for one or more Amazon SageMaker models that have been imported into the service. This is a
paginated API. If you provide a null maxSizePerPage
, this actions retrieves a maximum of 10 records
per page. If you provide a maxSizePerPage
, the value must be between 5 and 10. To get the next page
results, provide the pagination token from the GetExternalModelsResult
as part of your request. A
null pagination token fetches the records from the beginning.
getExternalModelsRequest
- Future<GetExternalModelsResult> getExternalModelsAsync(GetExternalModelsRequest getExternalModelsRequest, AsyncHandler<GetExternalModelsRequest,GetExternalModelsResult> asyncHandler)
Gets the details for one or more Amazon SageMaker models that have been imported into the service. This is a
paginated API. If you provide a null maxSizePerPage
, this actions retrieves a maximum of 10 records
per page. If you provide a maxSizePerPage
, the value must be between 5 and 10. To get the next page
results, provide the pagination token from the GetExternalModelsResult
as part of your request. A
null pagination token fetches the records from the beginning.
getExternalModelsRequest
- 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.Future<GetModelVersionResult> getModelVersionAsync(GetModelVersionRequest getModelVersionRequest)
Gets a model version.
getModelVersionRequest
- Future<GetModelVersionResult> getModelVersionAsync(GetModelVersionRequest getModelVersionRequest, AsyncHandler<GetModelVersionRequest,GetModelVersionResult> asyncHandler)
Gets a model version.
getModelVersionRequest
- 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.Future<GetModelsResult> getModelsAsync(GetModelsRequest getModelsRequest)
Gets all of the models for the AWS account, or the specified model type, or gets a single model for the specified model type, model ID combination.
getModelsRequest
- Future<GetModelsResult> getModelsAsync(GetModelsRequest getModelsRequest, AsyncHandler<GetModelsRequest,GetModelsResult> asyncHandler)
Gets all of the models for the AWS account, or the specified model type, or gets a single model for the specified model type, model ID combination.
getModelsRequest
- 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.Future<GetOutcomesResult> getOutcomesAsync(GetOutcomesRequest getOutcomesRequest)
Gets one or more outcomes. This is a paginated API. If you provide a null maxSizePerPage
, this
actions retrieves a maximum of 10 records per page. If you provide a maxSizePerPage
, the value must
be between 50 and 100. To get the next page results, provide the pagination token from the
GetOutcomesResult
as part of your request. A null pagination token fetches the records from the
beginning.
getOutcomesRequest
- Future<GetOutcomesResult> getOutcomesAsync(GetOutcomesRequest getOutcomesRequest, AsyncHandler<GetOutcomesRequest,GetOutcomesResult> asyncHandler)
Gets one or more outcomes. This is a paginated API. If you provide a null maxSizePerPage
, this
actions retrieves a maximum of 10 records per page. If you provide a maxSizePerPage
, the value must
be between 50 and 100. To get the next page results, provide the pagination token from the
GetOutcomesResult
as part of your request. A null pagination token fetches the records from the
beginning.
getOutcomesRequest
- 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.Future<GetPredictionResult> getPredictionAsync(GetPredictionRequest getPredictionRequest)
Evaluates an event against a detector version. If a version ID is not provided, the detector’s (
ACTIVE
) version is used.
getPredictionRequest
- Future<GetPredictionResult> getPredictionAsync(GetPredictionRequest getPredictionRequest, AsyncHandler<GetPredictionRequest,GetPredictionResult> asyncHandler)
Evaluates an event against a detector version. If a version ID is not provided, the detector’s (
ACTIVE
) version is used.
getPredictionRequest
- 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.Future<GetRulesResult> getRulesAsync(GetRulesRequest getRulesRequest)
Gets all rules available for the specified detector.
getRulesRequest
- Future<GetRulesResult> getRulesAsync(GetRulesRequest getRulesRequest, AsyncHandler<GetRulesRequest,GetRulesResult> asyncHandler)
Gets all rules available for the specified detector.
getRulesRequest
- 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.Future<GetVariablesResult> getVariablesAsync(GetVariablesRequest getVariablesRequest)
Gets all of the variables or the specific variable. This is a paginated API. Providing null
maxSizePerPage
results in retrieving maximum of 100 records per page. If you provide
maxSizePerPage
the value must be between 50 and 100. To get the next page result, a provide a
pagination token from GetVariablesResult
as part of your request. Null pagination token fetches the
records from the beginning.
getVariablesRequest
- Future<GetVariablesResult> getVariablesAsync(GetVariablesRequest getVariablesRequest, AsyncHandler<GetVariablesRequest,GetVariablesResult> asyncHandler)
Gets all of the variables or the specific variable. This is a paginated API. Providing null
maxSizePerPage
results in retrieving maximum of 100 records per page. If you provide
maxSizePerPage
the value must be between 50 and 100. To get the next page result, a provide a
pagination token from GetVariablesResult
as part of your request. Null pagination token fetches the
records from the beginning.
getVariablesRequest
- 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.Future<PutDetectorResult> putDetectorAsync(PutDetectorRequest putDetectorRequest)
Creates or updates a detector.
putDetectorRequest
- Future<PutDetectorResult> putDetectorAsync(PutDetectorRequest putDetectorRequest, AsyncHandler<PutDetectorRequest,PutDetectorResult> asyncHandler)
Creates or updates a detector.
putDetectorRequest
- 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.Future<PutExternalModelResult> putExternalModelAsync(PutExternalModelRequest putExternalModelRequest)
Creates or updates an Amazon SageMaker model endpoint. You can also use this action to update the configuration of the model endpoint, including the IAM role and/or the mapped variables.
putExternalModelRequest
- Future<PutExternalModelResult> putExternalModelAsync(PutExternalModelRequest putExternalModelRequest, AsyncHandler<PutExternalModelRequest,PutExternalModelResult> asyncHandler)
Creates or updates an Amazon SageMaker model endpoint. You can also use this action to update the configuration of the model endpoint, including the IAM role and/or the mapped variables.
putExternalModelRequest
- 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.Future<PutModelResult> putModelAsync(PutModelRequest putModelRequest)
Creates or updates a model.
putModelRequest
- Future<PutModelResult> putModelAsync(PutModelRequest putModelRequest, AsyncHandler<PutModelRequest,PutModelResult> asyncHandler)
Creates or updates a model.
putModelRequest
- 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.Future<PutOutcomeResult> putOutcomeAsync(PutOutcomeRequest putOutcomeRequest)
Creates or updates an outcome.
putOutcomeRequest
- Future<PutOutcomeResult> putOutcomeAsync(PutOutcomeRequest putOutcomeRequest, AsyncHandler<PutOutcomeRequest,PutOutcomeResult> asyncHandler)
Creates or updates an outcome.
putOutcomeRequest
- 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.Future<UpdateDetectorVersionResult> updateDetectorVersionAsync(UpdateDetectorVersionRequest updateDetectorVersionRequest)
Updates a detector version. The detector version attributes that you can update include models, external model
endpoints, rules, and description. You can only update a DRAFT
detector version.
updateDetectorVersionRequest
- Future<UpdateDetectorVersionResult> updateDetectorVersionAsync(UpdateDetectorVersionRequest updateDetectorVersionRequest, AsyncHandler<UpdateDetectorVersionRequest,UpdateDetectorVersionResult> asyncHandler)
Updates a detector version. The detector version attributes that you can update include models, external model
endpoints, rules, and description. You can only update a DRAFT
detector version.
updateDetectorVersionRequest
- 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.Future<UpdateDetectorVersionMetadataResult> updateDetectorVersionMetadataAsync(UpdateDetectorVersionMetadataRequest updateDetectorVersionMetadataRequest)
Updates the detector version's description. You can update the metadata for any detector version (
DRAFT, ACTIVE,
or INACTIVE
).
updateDetectorVersionMetadataRequest
- Future<UpdateDetectorVersionMetadataResult> updateDetectorVersionMetadataAsync(UpdateDetectorVersionMetadataRequest updateDetectorVersionMetadataRequest, AsyncHandler<UpdateDetectorVersionMetadataRequest,UpdateDetectorVersionMetadataResult> asyncHandler)
Updates the detector version's description. You can update the metadata for any detector version (
DRAFT, ACTIVE,
or INACTIVE
).
updateDetectorVersionMetadataRequest
- 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.Future<UpdateDetectorVersionStatusResult> updateDetectorVersionStatusAsync(UpdateDetectorVersionStatusRequest updateDetectorVersionStatusRequest)
Updates the detector version’s status. You can perform the following promotions or demotions using
UpdateDetectorVersionStatus
: DRAFT
to ACTIVE
, ACTIVE
to
INACTIVE
, and INACTIVE
to ACTIVE
.
updateDetectorVersionStatusRequest
- Future<UpdateDetectorVersionStatusResult> updateDetectorVersionStatusAsync(UpdateDetectorVersionStatusRequest updateDetectorVersionStatusRequest, AsyncHandler<UpdateDetectorVersionStatusRequest,UpdateDetectorVersionStatusResult> asyncHandler)
Updates the detector version’s status. You can perform the following promotions or demotions using
UpdateDetectorVersionStatus
: DRAFT
to ACTIVE
, ACTIVE
to
INACTIVE
, and INACTIVE
to ACTIVE
.
updateDetectorVersionStatusRequest
- 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.Future<UpdateModelVersionResult> updateModelVersionAsync(UpdateModelVersionRequest updateModelVersionRequest)
Updates a model version. You can update the description and status attributes using this action. You can perform the following status updates:
Change the TRAINING_COMPLETE
status to ACTIVE
Change ACTIVE
back to TRAINING_COMPLETE
updateModelVersionRequest
- Future<UpdateModelVersionResult> updateModelVersionAsync(UpdateModelVersionRequest updateModelVersionRequest, AsyncHandler<UpdateModelVersionRequest,UpdateModelVersionResult> asyncHandler)
Updates a model version. You can update the description and status attributes using this action. You can perform the following status updates:
Change the TRAINING_COMPLETE
status to ACTIVE
Change ACTIVE
back to TRAINING_COMPLETE
updateModelVersionRequest
- 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.Future<UpdateRuleMetadataResult> updateRuleMetadataAsync(UpdateRuleMetadataRequest updateRuleMetadataRequest)
Updates a rule's metadata.
updateRuleMetadataRequest
- Future<UpdateRuleMetadataResult> updateRuleMetadataAsync(UpdateRuleMetadataRequest updateRuleMetadataRequest, AsyncHandler<UpdateRuleMetadataRequest,UpdateRuleMetadataResult> asyncHandler)
Updates a rule's metadata.
updateRuleMetadataRequest
- 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.Future<UpdateRuleVersionResult> updateRuleVersionAsync(UpdateRuleVersionRequest updateRuleVersionRequest)
Updates a rule version resulting in a new rule version.
updateRuleVersionRequest
- Future<UpdateRuleVersionResult> updateRuleVersionAsync(UpdateRuleVersionRequest updateRuleVersionRequest, AsyncHandler<UpdateRuleVersionRequest,UpdateRuleVersionResult> asyncHandler)
Updates a rule version resulting in a new rule version.
updateRuleVersionRequest
- 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.Future<UpdateVariableResult> updateVariableAsync(UpdateVariableRequest updateVariableRequest)
Updates a variable.
updateVariableRequest
- Future<UpdateVariableResult> updateVariableAsync(UpdateVariableRequest updateVariableRequest, AsyncHandler<UpdateVariableRequest,UpdateVariableResult> asyncHandler)
Updates a variable.
updateVariableRequest
- 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.