@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.
We provide the Query API as well as AWS software development kits (SDK) for Amazon Fraud Detector in Java and Python programming languages.
The Amazon Fraud Detector Query API provides HTTPS requests that use the HTTP verb GET or POST and a Query parameter
Action
. AWS SDK provides libraries, sample code, tutorials, and other resources for software developers
who prefer to build applications using language-specific APIs instead of submitting a request over HTTP or HTTPS.
These libraries provide basic functions that automatically take care of tasks such as cryptographically signing your
requests, retrying requests, and handling error responses, so that it is easier for you to get started. For more
information about the AWS SDKs, go to Tools to build on AWS
page, scroll down to the SDK section, and choose plus (+) sign to expand the section.
ENDPOINT_PREFIX
batchCreateVariable, batchGetVariable, cancelBatchImportJob, cancelBatchPredictionJob, createBatchImportJob, createBatchPredictionJob, createDetectorVersion, createList, createModel, createModelVersion, createRule, createVariable, deleteBatchImportJob, deleteBatchPredictionJob, deleteDetector, deleteDetectorVersion, deleteEntityType, deleteEvent, deleteEventsByEventType, deleteEventType, deleteExternalModel, deleteLabel, deleteList, deleteModel, deleteModelVersion, deleteOutcome, deleteRule, deleteVariable, describeDetector, describeModelVersions, getBatchImportJobs, getBatchPredictionJobs, getCachedResponseMetadata, getDeleteEventsByEventTypeStatus, getDetectors, getDetectorVersion, getEntityTypes, getEvent, getEventPrediction, getEventPredictionMetadata, getEventTypes, getExternalModels, getKMSEncryptionKey, getLabels, getListElements, getListsMetadata, getModels, getModelVersion, getOutcomes, getRules, getVariables, listEventPredictions, listTagsForResource, putDetector, putEntityType, putEventType, putExternalModel, putKMSEncryptionKey, putLabel, putOutcome, sendEvent, shutdown, tagResource, untagResource, updateDetectorVersion, updateDetectorVersionMetadata, updateDetectorVersionStatus, updateEventLabel, updateList, updateModel, updateModelVersion, updateModelVersionStatus, 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<CancelBatchImportJobResult> cancelBatchImportJobAsync(CancelBatchImportJobRequest cancelBatchImportJobRequest)
Cancels an in-progress batch import job.
cancelBatchImportJobRequest
- Future<CancelBatchImportJobResult> cancelBatchImportJobAsync(CancelBatchImportJobRequest cancelBatchImportJobRequest, AsyncHandler<CancelBatchImportJobRequest,CancelBatchImportJobResult> asyncHandler)
Cancels an in-progress batch import job.
cancelBatchImportJobRequest
- 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<CancelBatchPredictionJobResult> cancelBatchPredictionJobAsync(CancelBatchPredictionJobRequest cancelBatchPredictionJobRequest)
Cancels the specified batch prediction job.
cancelBatchPredictionJobRequest
- Future<CancelBatchPredictionJobResult> cancelBatchPredictionJobAsync(CancelBatchPredictionJobRequest cancelBatchPredictionJobRequest, AsyncHandler<CancelBatchPredictionJobRequest,CancelBatchPredictionJobResult> asyncHandler)
Cancels the specified batch prediction job.
cancelBatchPredictionJobRequest
- 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<CreateBatchImportJobResult> createBatchImportJobAsync(CreateBatchImportJobRequest createBatchImportJobRequest)
Creates a batch import job.
createBatchImportJobRequest
- Future<CreateBatchImportJobResult> createBatchImportJobAsync(CreateBatchImportJobRequest createBatchImportJobRequest, AsyncHandler<CreateBatchImportJobRequest,CreateBatchImportJobResult> asyncHandler)
Creates a batch import job.
createBatchImportJobRequest
- 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<CreateBatchPredictionJobResult> createBatchPredictionJobAsync(CreateBatchPredictionJobRequest createBatchPredictionJobRequest)
Creates a batch prediction job.
createBatchPredictionJobRequest
- Future<CreateBatchPredictionJobResult> createBatchPredictionJobAsync(CreateBatchPredictionJobRequest createBatchPredictionJobRequest, AsyncHandler<CreateBatchPredictionJobRequest,CreateBatchPredictionJobResult> asyncHandler)
Creates a batch prediction job.
createBatchPredictionJobRequest
- 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<CreateListResult> createListAsync(CreateListRequest createListRequest)
Creates a list.
List is a set of input data for a variable in your event dataset. You use the input data in a rule that's associated with your detector. For more information, see Lists.
createListRequest
- Future<CreateListResult> createListAsync(CreateListRequest createListRequest, AsyncHandler<CreateListRequest,CreateListResult> asyncHandler)
Creates a list.
List is a set of input data for a variable in your event dataset. You use the input data in a rule that's associated with your detector. For more information, see Lists.
createListRequest
- 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<CreateModelResult> createModelAsync(CreateModelRequest createModelRequest)
Creates a model using the specified model type.
createModelRequest
- Future<CreateModelResult> createModelAsync(CreateModelRequest createModelRequest, AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler)
Creates a model using the specified model type.
createModelRequest
- 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 and model id.
createModelVersionRequest
- Future<CreateModelVersionResult> createModelVersionAsync(CreateModelVersionRequest createModelVersionRequest, AsyncHandler<CreateModelVersionRequest,CreateModelVersionResult> asyncHandler)
Creates a version of the model using the specified model type and model id.
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<DeleteBatchImportJobResult> deleteBatchImportJobAsync(DeleteBatchImportJobRequest deleteBatchImportJobRequest)
Deletes the specified batch import job ID record. This action does not delete the data that was batch imported.
deleteBatchImportJobRequest
- Future<DeleteBatchImportJobResult> deleteBatchImportJobAsync(DeleteBatchImportJobRequest deleteBatchImportJobRequest, AsyncHandler<DeleteBatchImportJobRequest,DeleteBatchImportJobResult> asyncHandler)
Deletes the specified batch import job ID record. This action does not delete the data that was batch imported.
deleteBatchImportJobRequest
- 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<DeleteBatchPredictionJobResult> deleteBatchPredictionJobAsync(DeleteBatchPredictionJobRequest deleteBatchPredictionJobRequest)
Deletes a batch prediction job.
deleteBatchPredictionJobRequest
- Future<DeleteBatchPredictionJobResult> deleteBatchPredictionJobAsync(DeleteBatchPredictionJobRequest deleteBatchPredictionJobRequest, AsyncHandler<DeleteBatchPredictionJobRequest,DeleteBatchPredictionJobResult> asyncHandler)
Deletes a batch prediction job.
deleteBatchPredictionJobRequest
- 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.
When you delete a detector, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud 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.
When you delete a detector, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud 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.
When you delete a detector version, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud Detector.
deleteDetectorVersionRequest
- Future<DeleteDetectorVersionResult> deleteDetectorVersionAsync(DeleteDetectorVersionRequest deleteDetectorVersionRequest, AsyncHandler<DeleteDetectorVersionRequest,DeleteDetectorVersionResult> asyncHandler)
Deletes the detector version. You cannot delete detector versions that are in ACTIVE
status.
When you delete a detector version, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud Detector.
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<DeleteEntityTypeResult> deleteEntityTypeAsync(DeleteEntityTypeRequest deleteEntityTypeRequest)
Deletes an entity type.
You cannot delete an entity type that is included in an event type.
When you delete an entity type, Amazon Fraud Detector permanently deletes that entity type and the data is no longer stored in Amazon Fraud Detector.
deleteEntityTypeRequest
- Future<DeleteEntityTypeResult> deleteEntityTypeAsync(DeleteEntityTypeRequest deleteEntityTypeRequest, AsyncHandler<DeleteEntityTypeRequest,DeleteEntityTypeResult> asyncHandler)
Deletes an entity type.
You cannot delete an entity type that is included in an event type.
When you delete an entity type, Amazon Fraud Detector permanently deletes that entity type and the data is no longer stored in Amazon Fraud Detector.
deleteEntityTypeRequest
- 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.
When you delete an event, Amazon Fraud Detector permanently deletes that event and the event data is no longer
stored in Amazon Fraud Detector. If deleteAuditHistory
is True
, event data is available
through search for up to 30 seconds after the delete operation is completed.
deleteEventRequest
- Future<DeleteEventResult> deleteEventAsync(DeleteEventRequest deleteEventRequest, AsyncHandler<DeleteEventRequest,DeleteEventResult> asyncHandler)
Deletes the specified event.
When you delete an event, Amazon Fraud Detector permanently deletes that event and the event data is no longer
stored in Amazon Fraud Detector. If deleteAuditHistory
is True
, event data is available
through search for up to 30 seconds after the delete operation is completed.
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<DeleteEventTypeResult> deleteEventTypeAsync(DeleteEventTypeRequest deleteEventTypeRequest)
Deletes an event type.
You cannot delete an event type that is used in a detector or a model.
When you delete an event type, Amazon Fraud Detector permanently deletes that event type and the data is no longer stored in Amazon Fraud Detector.
deleteEventTypeRequest
- Future<DeleteEventTypeResult> deleteEventTypeAsync(DeleteEventTypeRequest deleteEventTypeRequest, AsyncHandler<DeleteEventTypeRequest,DeleteEventTypeResult> asyncHandler)
Deletes an event type.
You cannot delete an event type that is used in a detector or a model.
When you delete an event type, Amazon Fraud Detector permanently deletes that event type and the data is no longer stored in Amazon Fraud Detector.
deleteEventTypeRequest
- 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<DeleteEventsByEventTypeResult> deleteEventsByEventTypeAsync(DeleteEventsByEventTypeRequest deleteEventsByEventTypeRequest)
Deletes all events of a particular event type.
deleteEventsByEventTypeRequest
- Future<DeleteEventsByEventTypeResult> deleteEventsByEventTypeAsync(DeleteEventsByEventTypeRequest deleteEventsByEventTypeRequest, AsyncHandler<DeleteEventsByEventTypeRequest,DeleteEventsByEventTypeResult> asyncHandler)
Deletes all events of a particular event type.
deleteEventsByEventTypeRequest
- 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<DeleteExternalModelResult> deleteExternalModelAsync(DeleteExternalModelRequest deleteExternalModelRequest)
Removes a SageMaker model from Amazon Fraud Detector.
You can remove an Amazon SageMaker model if it is not associated with a detector version. Removing a SageMaker model disconnects it from Amazon Fraud Detector, but the model remains available in SageMaker.
deleteExternalModelRequest
- Future<DeleteExternalModelResult> deleteExternalModelAsync(DeleteExternalModelRequest deleteExternalModelRequest, AsyncHandler<DeleteExternalModelRequest,DeleteExternalModelResult> asyncHandler)
Removes a SageMaker model from Amazon Fraud Detector.
You can remove an Amazon SageMaker model if it is not associated with a detector version. Removing a SageMaker model disconnects it from Amazon Fraud Detector, but the model remains available in SageMaker.
deleteExternalModelRequest
- 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<DeleteLabelResult> deleteLabelAsync(DeleteLabelRequest deleteLabelRequest)
Deletes a label.
You cannot delete labels that are included in an event type in Amazon Fraud Detector.
You cannot delete a label assigned to an event ID. You must first delete the relevant event ID.
When you delete a label, Amazon Fraud Detector permanently deletes that label and the data is no longer stored in Amazon Fraud Detector.
deleteLabelRequest
- Future<DeleteLabelResult> deleteLabelAsync(DeleteLabelRequest deleteLabelRequest, AsyncHandler<DeleteLabelRequest,DeleteLabelResult> asyncHandler)
Deletes a label.
You cannot delete labels that are included in an event type in Amazon Fraud Detector.
You cannot delete a label assigned to an event ID. You must first delete the relevant event ID.
When you delete a label, Amazon Fraud Detector permanently deletes that label and the data is no longer stored in Amazon Fraud Detector.
deleteLabelRequest
- 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<DeleteListResult> deleteListAsync(DeleteListRequest deleteListRequest)
Deletes the list, provided it is not used in a rule.
When you delete a list, Amazon Fraud Detector permanently deletes that list and the elements in the list.
deleteListRequest
- Future<DeleteListResult> deleteListAsync(DeleteListRequest deleteListRequest, AsyncHandler<DeleteListRequest,DeleteListResult> asyncHandler)
Deletes the list, provided it is not used in a rule.
When you delete a list, Amazon Fraud Detector permanently deletes that list and the elements in the list.
deleteListRequest
- 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<DeleteModelResult> deleteModelAsync(DeleteModelRequest deleteModelRequest)
Deletes a model.
You can delete models and model versions in Amazon Fraud Detector, provided that they are not associated with a detector version.
When you delete a model, Amazon Fraud Detector permanently deletes that model and the data is no longer stored in Amazon Fraud Detector.
deleteModelRequest
- Future<DeleteModelResult> deleteModelAsync(DeleteModelRequest deleteModelRequest, AsyncHandler<DeleteModelRequest,DeleteModelResult> asyncHandler)
Deletes a model.
You can delete models and model versions in Amazon Fraud Detector, provided that they are not associated with a detector version.
When you delete a model, Amazon Fraud Detector permanently deletes that model and the data is no longer stored in Amazon Fraud Detector.
deleteModelRequest
- 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<DeleteModelVersionResult> deleteModelVersionAsync(DeleteModelVersionRequest deleteModelVersionRequest)
Deletes a model version.
You can delete models and model versions in Amazon Fraud Detector, provided that they are not associated with a detector version.
When you delete a model version, Amazon Fraud Detector permanently deletes that model version and the data is no longer stored in Amazon Fraud Detector.
deleteModelVersionRequest
- Future<DeleteModelVersionResult> deleteModelVersionAsync(DeleteModelVersionRequest deleteModelVersionRequest, AsyncHandler<DeleteModelVersionRequest,DeleteModelVersionResult> asyncHandler)
Deletes a model version.
You can delete models and model versions in Amazon Fraud Detector, provided that they are not associated with a detector version.
When you delete a model version, Amazon Fraud Detector permanently deletes that model version and the data is no longer stored in Amazon Fraud Detector.
deleteModelVersionRequest
- 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<DeleteOutcomeResult> deleteOutcomeAsync(DeleteOutcomeRequest deleteOutcomeRequest)
Deletes an outcome.
You cannot delete an outcome that is used in a rule version.
When you delete an outcome, Amazon Fraud Detector permanently deletes that outcome and the data is no longer stored in Amazon Fraud Detector.
deleteOutcomeRequest
- Future<DeleteOutcomeResult> deleteOutcomeAsync(DeleteOutcomeRequest deleteOutcomeRequest, AsyncHandler<DeleteOutcomeRequest,DeleteOutcomeResult> asyncHandler)
Deletes an outcome.
You cannot delete an outcome that is used in a rule version.
When you delete an outcome, Amazon Fraud Detector permanently deletes that outcome and the data is no longer stored in Amazon Fraud Detector.
deleteOutcomeRequest
- 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<DeleteRuleResult> deleteRuleAsync(DeleteRuleRequest deleteRuleRequest)
Deletes the rule. You cannot delete a rule if it is used by an ACTIVE
or INACTIVE
detector version.
When you delete a rule, Amazon Fraud Detector permanently deletes that rule and the data is no longer stored in Amazon Fraud Detector.
deleteRuleRequest
- Future<DeleteRuleResult> deleteRuleAsync(DeleteRuleRequest deleteRuleRequest, AsyncHandler<DeleteRuleRequest,DeleteRuleResult> asyncHandler)
Deletes the rule. You cannot delete a rule if it is used by an ACTIVE
or INACTIVE
detector version.
When you delete a rule, Amazon Fraud Detector permanently deletes that rule and the data is no longer stored in Amazon Fraud Detector.
deleteRuleRequest
- 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<DeleteVariableResult> deleteVariableAsync(DeleteVariableRequest deleteVariableRequest)
Deletes a variable.
You can't delete variables that are included in an event type in Amazon Fraud Detector.
Amazon Fraud Detector automatically deletes model output variables and SageMaker model output variables when you delete the model. You can't delete these variables manually.
When you delete a variable, Amazon Fraud Detector permanently deletes that variable and the data is no longer stored in Amazon Fraud Detector.
deleteVariableRequest
- Future<DeleteVariableResult> deleteVariableAsync(DeleteVariableRequest deleteVariableRequest, AsyncHandler<DeleteVariableRequest,DeleteVariableResult> asyncHandler)
Deletes a variable.
You can't delete variables that are included in an event type in Amazon Fraud Detector.
Amazon Fraud Detector automatically deletes model output variables and SageMaker model output variables when you delete the model. You can't delete these variables manually.
When you delete a variable, Amazon Fraud Detector permanently deletes that variable and the data is no longer stored in Amazon Fraud Detector.
deleteVariableRequest
- 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<GetBatchImportJobsResult> getBatchImportJobsAsync(GetBatchImportJobsRequest getBatchImportJobsRequest)
Gets all batch import jobs or a specific job of the specified ID. This is a paginated API. If you provide a null
maxResults
, this action retrieves a maximum of 50 records per page. If you provide a
maxResults
, the value must be between 1 and 50. To get the next page results, provide the pagination
token from the GetBatchImportJobsResponse
as part of your request. A null pagination token fetches
the records from the beginning.
getBatchImportJobsRequest
- Future<GetBatchImportJobsResult> getBatchImportJobsAsync(GetBatchImportJobsRequest getBatchImportJobsRequest, AsyncHandler<GetBatchImportJobsRequest,GetBatchImportJobsResult> asyncHandler)
Gets all batch import jobs or a specific job of the specified ID. This is a paginated API. If you provide a null
maxResults
, this action retrieves a maximum of 50 records per page. If you provide a
maxResults
, the value must be between 1 and 50. To get the next page results, provide the pagination
token from the GetBatchImportJobsResponse
as part of your request. A null pagination token fetches
the records from the beginning.
getBatchImportJobsRequest
- 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<GetBatchPredictionJobsResult> getBatchPredictionJobsAsync(GetBatchPredictionJobsRequest getBatchPredictionJobsRequest)
Gets all batch prediction jobs or a specific job if you specify a job ID. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 50 records per page. If you provide a maxResults, the value must be between 1 and 50. To get the next page results, provide the pagination token from the GetBatchPredictionJobsResponse as part of your request. A null pagination token fetches the records from the beginning.
getBatchPredictionJobsRequest
- Future<GetBatchPredictionJobsResult> getBatchPredictionJobsAsync(GetBatchPredictionJobsRequest getBatchPredictionJobsRequest, AsyncHandler<GetBatchPredictionJobsRequest,GetBatchPredictionJobsResult> asyncHandler)
Gets all batch prediction jobs or a specific job if you specify a job ID. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 50 records per page. If you provide a maxResults, the value must be between 1 and 50. To get the next page results, provide the pagination token from the GetBatchPredictionJobsResponse as part of your request. A null pagination token fetches the records from the beginning.
getBatchPredictionJobsRequest
- 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<GetDeleteEventsByEventTypeStatusResult> getDeleteEventsByEventTypeStatusAsync(GetDeleteEventsByEventTypeStatusRequest getDeleteEventsByEventTypeStatusRequest)
Retrieves the status of a DeleteEventsByEventType
action.
getDeleteEventsByEventTypeStatusRequest
- Future<GetDeleteEventsByEventTypeStatusResult> getDeleteEventsByEventTypeStatusAsync(GetDeleteEventsByEventTypeStatusRequest getDeleteEventsByEventTypeStatusRequest, AsyncHandler<GetDeleteEventsByEventTypeStatusRequest,GetDeleteEventsByEventTypeStatusResult> asyncHandler)
Retrieves the status of a DeleteEventsByEventType
action.
getDeleteEventsByEventTypeStatusRequest
- 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 detectors or a single detector if a detectorId
is specified. This is a paginated API. If
you provide a null maxResults
, this action retrieves a maximum of 10 records per page. If you
provide a maxResults
, the value must be between 5 and 10. To get the next page results, provide the
pagination token from the GetDetectorsResponse
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 detectors or a single detector if a detectorId
is specified. This is a paginated API. If
you provide a null maxResults
, this action retrieves a maximum of 10 records per page. If you
provide a maxResults
, the value must be between 5 and 10. To get the next page results, provide the
pagination token from the GetDetectorsResponse
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<GetEntityTypesResult> getEntityTypesAsync(GetEntityTypesRequest getEntityTypesRequest)
Gets all entity types or a specific entity type if a name is specified. This is a paginated API. If you provide a
null maxResults
, this action retrieves a maximum of 10 records per page. If you provide a
maxResults
, the value must be between 5 and 10. To get the next page results, provide the pagination
token from the GetEntityTypesResponse
as part of your request. A null pagination token fetches the
records from the beginning.
getEntityTypesRequest
- Future<GetEntityTypesResult> getEntityTypesAsync(GetEntityTypesRequest getEntityTypesRequest, AsyncHandler<GetEntityTypesRequest,GetEntityTypesResult> asyncHandler)
Gets all entity types or a specific entity type if a name is specified. This is a paginated API. If you provide a
null maxResults
, this action retrieves a maximum of 10 records per page. If you provide a
maxResults
, the value must be between 5 and 10. To get the next page results, provide the pagination
token from the GetEntityTypesResponse
as part of your request. A null pagination token fetches the
records from the beginning.
getEntityTypesRequest
- 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<GetEventResult> getEventAsync(GetEventRequest getEventRequest)
Retrieves details of events stored with Amazon Fraud Detector. This action does not retrieve prediction results.
getEventRequest
- Future<GetEventResult> getEventAsync(GetEventRequest getEventRequest, AsyncHandler<GetEventRequest,GetEventResult> asyncHandler)
Retrieves details of events stored with Amazon Fraud Detector. This action does not retrieve prediction results.
getEventRequest
- 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<GetEventPredictionResult> getEventPredictionAsync(GetEventPredictionRequest getEventPredictionRequest)
Evaluates an event against a detector version. If a version ID is not provided, the detector’s (
ACTIVE
) version is used.
getEventPredictionRequest
- Future<GetEventPredictionResult> getEventPredictionAsync(GetEventPredictionRequest getEventPredictionRequest, AsyncHandler<GetEventPredictionRequest,GetEventPredictionResult> asyncHandler)
Evaluates an event against a detector version. If a version ID is not provided, the detector’s (
ACTIVE
) version is used.
getEventPredictionRequest
- 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<GetEventPredictionMetadataResult> getEventPredictionMetadataAsync(GetEventPredictionMetadataRequest getEventPredictionMetadataRequest)
Gets details of the past fraud predictions for the specified event ID, event type, detector ID, and detector version ID that was generated in the specified time period.
getEventPredictionMetadataRequest
- Future<GetEventPredictionMetadataResult> getEventPredictionMetadataAsync(GetEventPredictionMetadataRequest getEventPredictionMetadataRequest, AsyncHandler<GetEventPredictionMetadataRequest,GetEventPredictionMetadataResult> asyncHandler)
Gets details of the past fraud predictions for the specified event ID, event type, detector ID, and detector version ID that was generated in the specified time period.
getEventPredictionMetadataRequest
- 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<GetEventTypesResult> getEventTypesAsync(GetEventTypesRequest getEventTypesRequest)
Gets all event types or a specific event type if name is provided. This is a paginated API. If you provide a null
maxResults
, this action retrieves a maximum of 10 records per page. If you provide a
maxResults
, 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.
getEventTypesRequest
- Future<GetEventTypesResult> getEventTypesAsync(GetEventTypesRequest getEventTypesRequest, AsyncHandler<GetEventTypesRequest,GetEventTypesResult> asyncHandler)
Gets all event types or a specific event type if name is provided. This is a paginated API. If you provide a null
maxResults
, this action retrieves a maximum of 10 records per page. If you provide a
maxResults
, 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.
getEventTypesRequest
- 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 maxResults
, this actions retrieves a maximum of 10 records per
page. If you provide a maxResults
, 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 maxResults
, this actions retrieves a maximum of 10 records per
page. If you provide a maxResults
, 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<GetKMSEncryptionKeyResult> getKMSEncryptionKeyAsync(GetKMSEncryptionKeyRequest getKMSEncryptionKeyRequest)
Gets the encryption key if a KMS key has been specified to be used to encrypt content in Amazon Fraud Detector.
getKMSEncryptionKeyRequest
- Future<GetKMSEncryptionKeyResult> getKMSEncryptionKeyAsync(GetKMSEncryptionKeyRequest getKMSEncryptionKeyRequest, AsyncHandler<GetKMSEncryptionKeyRequest,GetKMSEncryptionKeyResult> asyncHandler)
Gets the encryption key if a KMS key has been specified to be used to encrypt content in Amazon Fraud Detector.
getKMSEncryptionKeyRequest
- 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<GetLabelsResult> getLabelsAsync(GetLabelsRequest getLabelsRequest)
Gets all labels or a specific label if name is provided. This is a paginated API. If you provide a null
maxResults
, this action retrieves a maximum of 50 records per page. If you provide a
maxResults
, the value must be between 10 and 50. To get the next page results, provide the
pagination token from the GetGetLabelsResponse
as part of your request. A null pagination token
fetches the records from the beginning.
getLabelsRequest
- Future<GetLabelsResult> getLabelsAsync(GetLabelsRequest getLabelsRequest, AsyncHandler<GetLabelsRequest,GetLabelsResult> asyncHandler)
Gets all labels or a specific label if name is provided. This is a paginated API. If you provide a null
maxResults
, this action retrieves a maximum of 50 records per page. If you provide a
maxResults
, the value must be between 10 and 50. To get the next page results, provide the
pagination token from the GetGetLabelsResponse
as part of your request. A null pagination token
fetches the records from the beginning.
getLabelsRequest
- 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<GetListElementsResult> getListElementsAsync(GetListElementsRequest getListElementsRequest)
Gets all the elements in the specified list.
getListElementsRequest
- Future<GetListElementsResult> getListElementsAsync(GetListElementsRequest getListElementsRequest, AsyncHandler<GetListElementsRequest,GetListElementsResult> asyncHandler)
Gets all the elements in the specified list.
getListElementsRequest
- 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<GetListsMetadataResult> getListsMetadataAsync(GetListsMetadataRequest getListsMetadataRequest)
Gets the metadata of either all the lists under the account or the specified list.
getListsMetadataRequest
- Future<GetListsMetadataResult> getListsMetadataAsync(GetListsMetadataRequest getListsMetadataRequest, AsyncHandler<GetListsMetadataRequest,GetListsMetadataResult> asyncHandler)
Gets the metadata of either all the lists under the account or the specified list.
getListsMetadataRequest
- 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 the details of the specified model version.
getModelVersionRequest
- Future<GetModelVersionResult> getModelVersionAsync(GetModelVersionRequest getModelVersionRequest, AsyncHandler<GetModelVersionRequest,GetModelVersionResult> asyncHandler)
Gets the details of the specified 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 one or more models. Gets all models for the Amazon Web Services account if no model type and no model id provided. Gets all models for the Amazon Web Services account and model type, if the model type is specified but model id is not provided. Gets a specific model if (model type, model id) tuple is specified.
This is a paginated API. If you provide a null maxResults
, this action retrieves a maximum of 10
records per page. If you provide a maxResults
, the value must be between 1 and 10. To get the next
page results, provide the pagination token from the response as part of your request. A null pagination token
fetches the records from the beginning.
getModelsRequest
- Future<GetModelsResult> getModelsAsync(GetModelsRequest getModelsRequest, AsyncHandler<GetModelsRequest,GetModelsResult> asyncHandler)
Gets one or more models. Gets all models for the Amazon Web Services account if no model type and no model id provided. Gets all models for the Amazon Web Services account and model type, if the model type is specified but model id is not provided. Gets a specific model if (model type, model id) tuple is specified.
This is a paginated API. If you provide a null maxResults
, this action retrieves a maximum of 10
records per page. If you provide a maxResults
, the value must be between 1 and 10. To get the next
page results, provide the pagination token from the response as part of your request. A null pagination token
fetches the records from the beginning.
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 maxResults
, this actions
retrieves a maximum of 100 records per page. If you provide a maxResults
, 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 maxResults
, this actions
retrieves a maximum of 100 records per page. If you provide a maxResults
, 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<GetRulesResult> getRulesAsync(GetRulesRequest getRulesRequest)
Get all rules for a detector (paginated) if ruleId
and ruleVersion
are not specified.
Gets all rules for the detector and the ruleId
if present (paginated). Gets a specific rule if both
the ruleId
and the ruleVersion
are specified.
This is a paginated API. Providing null maxResults results in retrieving maximum of 100 records per page. If you provide maxResults the value must be between 50 and 100. To get the next page result, a provide a pagination token from GetRulesResult as part of your request. Null pagination token fetches the records from the beginning.
getRulesRequest
- Future<GetRulesResult> getRulesAsync(GetRulesRequest getRulesRequest, AsyncHandler<GetRulesRequest,GetRulesResult> asyncHandler)
Get all rules for a detector (paginated) if ruleId
and ruleVersion
are not specified.
Gets all rules for the detector and the ruleId
if present (paginated). Gets a specific rule if both
the ruleId
and the ruleVersion
are specified.
This is a paginated API. Providing null maxResults results in retrieving maximum of 100 records per page. If you provide maxResults the value must be between 50 and 100. To get the next page result, a provide a pagination token from GetRulesResult as part of your request. Null pagination token fetches the records from the beginning.
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<ListEventPredictionsResult> listEventPredictionsAsync(ListEventPredictionsRequest listEventPredictionsRequest)
Gets a list of past predictions. The list can be filtered by detector ID, detector version ID, event ID, event type, or by specifying a time period. If filter is not specified, the most recent prediction is returned.
For example, the following filter lists all past predictions for xyz
event type -
{ "eventType":{ "value": "xyz" }” }
This is a paginated API. If you provide a null maxResults
, this action will retrieve a maximum of 10
records per page. If you provide a maxResults
, the value must be between 50 and 100. To get the next
page results, provide the nextToken
from the response as part of your request. A null
nextToken
fetches the records from the beginning.
listEventPredictionsRequest
- Future<ListEventPredictionsResult> listEventPredictionsAsync(ListEventPredictionsRequest listEventPredictionsRequest, AsyncHandler<ListEventPredictionsRequest,ListEventPredictionsResult> asyncHandler)
Gets a list of past predictions. The list can be filtered by detector ID, detector version ID, event ID, event type, or by specifying a time period. If filter is not specified, the most recent prediction is returned.
For example, the following filter lists all past predictions for xyz
event type -
{ "eventType":{ "value": "xyz" }” }
This is a paginated API. If you provide a null maxResults
, this action will retrieve a maximum of 10
records per page. If you provide a maxResults
, the value must be between 50 and 100. To get the next
page results, provide the nextToken
from the response as part of your request. A null
nextToken
fetches the records from the beginning.
listEventPredictionsRequest
- 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<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags associated with the resource. This is a paginated API. To get the next page results, provide the pagination token from the response as part of your request. A null pagination token fetches the records from the beginning.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists all tags associated with the resource. This is a paginated API. To get the next page results, provide the pagination token from the response as part of your request. A null pagination token fetches the records from the beginning.
listTagsForResourceRequest
- 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<PutEntityTypeResult> putEntityTypeAsync(PutEntityTypeRequest putEntityTypeRequest)
Creates or updates an entity type. An entity represents who is performing the event. As part of a fraud prediction, you pass the entity ID to indicate the specific entity who performed the event. An entity type classifies the entity. Example classifications include customer, merchant, or account.
putEntityTypeRequest
- Future<PutEntityTypeResult> putEntityTypeAsync(PutEntityTypeRequest putEntityTypeRequest, AsyncHandler<PutEntityTypeRequest,PutEntityTypeResult> asyncHandler)
Creates or updates an entity type. An entity represents who is performing the event. As part of a fraud prediction, you pass the entity ID to indicate the specific entity who performed the event. An entity type classifies the entity. Example classifications include customer, merchant, or account.
putEntityTypeRequest
- 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<PutEventTypeResult> putEventTypeAsync(PutEventTypeRequest putEventTypeRequest)
Creates or updates an event type. An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications.
putEventTypeRequest
- Future<PutEventTypeResult> putEventTypeAsync(PutEventTypeRequest putEventTypeRequest, AsyncHandler<PutEventTypeRequest,PutEventTypeResult> asyncHandler)
Creates or updates an event type. An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications.
putEventTypeRequest
- 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<PutKMSEncryptionKeyResult> putKMSEncryptionKeyAsync(PutKMSEncryptionKeyRequest putKMSEncryptionKeyRequest)
Specifies the KMS key to be used to encrypt content in Amazon Fraud Detector.
putKMSEncryptionKeyRequest
- Future<PutKMSEncryptionKeyResult> putKMSEncryptionKeyAsync(PutKMSEncryptionKeyRequest putKMSEncryptionKeyRequest, AsyncHandler<PutKMSEncryptionKeyRequest,PutKMSEncryptionKeyResult> asyncHandler)
Specifies the KMS key to be used to encrypt content in Amazon Fraud Detector.
putKMSEncryptionKeyRequest
- 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<PutLabelResult> putLabelAsync(PutLabelRequest putLabelRequest)
Creates or updates label. A label classifies an event as fraudulent or legitimate. Labels are associated with event types and used to train supervised machine learning models in Amazon Fraud Detector.
putLabelRequest
- Future<PutLabelResult> putLabelAsync(PutLabelRequest putLabelRequest, AsyncHandler<PutLabelRequest,PutLabelResult> asyncHandler)
Creates or updates label. A label classifies an event as fraudulent or legitimate. Labels are associated with event types and used to train supervised machine learning models in Amazon Fraud Detector.
putLabelRequest
- 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<SendEventResult> sendEventAsync(SendEventRequest sendEventRequest)
Stores events in Amazon Fraud Detector without generating fraud predictions for those events. For example, you
can use SendEvent
to upload a historical dataset, which you can then later use to train a model.
sendEventRequest
- Future<SendEventResult> sendEventAsync(SendEventRequest sendEventRequest, AsyncHandler<SendEventRequest,SendEventResult> asyncHandler)
Stores events in Amazon Fraud Detector without generating fraud predictions for those events. For example, you
can use SendEvent
to upload a historical dataset, which you can then later use to train a model.
sendEventRequest
- 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<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Assigns tags to a resource.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Assigns tags to a resource.
tagResourceRequest
- 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<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes tags from a resource.
untagResourceRequest
- 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, rule execution mode, 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, rule execution mode, 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<UpdateEventLabelResult> updateEventLabelAsync(UpdateEventLabelRequest updateEventLabelRequest)
Updates the specified event with a new label.
updateEventLabelRequest
- Future<UpdateEventLabelResult> updateEventLabelAsync(UpdateEventLabelRequest updateEventLabelRequest, AsyncHandler<UpdateEventLabelRequest,UpdateEventLabelResult> asyncHandler)
Updates the specified event with a new label.
updateEventLabelRequest
- 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<UpdateListResult> updateListAsync(UpdateListRequest updateListRequest)
Updates a list.
updateListRequest
- Future<UpdateListResult> updateListAsync(UpdateListRequest updateListRequest, AsyncHandler<UpdateListRequest,UpdateListResult> asyncHandler)
Updates a list.
updateListRequest
- 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<UpdateModelResult> updateModelAsync(UpdateModelRequest updateModelRequest)
Updates model description.
updateModelRequest
- Future<UpdateModelResult> updateModelAsync(UpdateModelRequest updateModelRequest, AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler)
Updates model description.
updateModelRequest
- 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. Updating a model version retrains an existing model version using updated training data and produces a new minor version of the model. You can update the training data set location and data access role attributes using this action. This action creates and trains a new minor version of the model, for example version 1.01, 1.02, 1.03.
updateModelVersionRequest
- Future<UpdateModelVersionResult> updateModelVersionAsync(UpdateModelVersionRequest updateModelVersionRequest, AsyncHandler<UpdateModelVersionRequest,UpdateModelVersionResult> asyncHandler)
Updates a model version. Updating a model version retrains an existing model version using updated training data and produces a new minor version of the model. You can update the training data set location and data access role attributes using this action. This action creates and trains a new minor version of the model, for example version 1.01, 1.02, 1.03.
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<UpdateModelVersionStatusResult> updateModelVersionStatusAsync(UpdateModelVersionStatusRequest updateModelVersionStatusRequest)
Updates the status of a model version.
You can perform the following status updates:
Change the TRAINING_IN_PROGRESS
status to TRAINING_CANCELLED
.
Change the TRAINING_COMPLETE
status to ACTIVE
.
Change ACTIVE
to INACTIVE
.
updateModelVersionStatusRequest
- Future<UpdateModelVersionStatusResult> updateModelVersionStatusAsync(UpdateModelVersionStatusRequest updateModelVersionStatusRequest, AsyncHandler<UpdateModelVersionStatusRequest,UpdateModelVersionStatusResult> asyncHandler)
Updates the status of a model version.
You can perform the following status updates:
Change the TRAINING_IN_PROGRESS
status to TRAINING_CANCELLED
.
Change the TRAINING_COMPLETE
status to ACTIVE
.
Change ACTIVE
to INACTIVE
.
updateModelVersionStatusRequest
- 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. The description attribute can be updated.
updateRuleMetadataRequest
- Future<UpdateRuleMetadataResult> updateRuleMetadataAsync(UpdateRuleMetadataRequest updateRuleMetadataRequest, AsyncHandler<UpdateRuleMetadataRequest,UpdateRuleMetadataResult> asyncHandler)
Updates a rule's metadata. The description attribute can be updated.
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. Updates a rule version resulting in a new rule version (version 1, 2, 3 ...).
updateRuleVersionRequest
- Future<UpdateRuleVersionResult> updateRuleVersionAsync(UpdateRuleVersionRequest updateRuleVersionRequest, AsyncHandler<UpdateRuleVersionRequest,UpdateRuleVersionResult> asyncHandler)
Updates a rule version resulting in a new rule version. Updates a rule version resulting in a new rule version (version 1, 2, 3 ...).
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.