| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default CancelBatchImportJobResponse |
FraudDetectorClient.cancelBatchImportJob(CancelBatchImportJobRequest cancelBatchImportJobRequest)
Cancels an in-progress batch import job.
|
default CancelBatchImportJobResponse |
FraudDetectorClient.cancelBatchImportJob(Consumer<CancelBatchImportJobRequest.Builder> cancelBatchImportJobRequest)
Cancels an in-progress batch import job.
|
default CancelBatchPredictionJobResponse |
FraudDetectorClient.cancelBatchPredictionJob(CancelBatchPredictionJobRequest cancelBatchPredictionJobRequest)
Cancels the specified batch prediction job.
|
default CancelBatchPredictionJobResponse |
FraudDetectorClient.cancelBatchPredictionJob(Consumer<CancelBatchPredictionJobRequest.Builder> cancelBatchPredictionJobRequest)
Cancels the specified batch prediction job.
|
default CreateBatchImportJobResponse |
FraudDetectorClient.createBatchImportJob(Consumer<CreateBatchImportJobRequest.Builder> createBatchImportJobRequest)
Creates a batch import job.
|
default CreateBatchImportJobResponse |
FraudDetectorClient.createBatchImportJob(CreateBatchImportJobRequest createBatchImportJobRequest)
Creates a batch import job.
|
default CreateBatchPredictionJobResponse |
FraudDetectorClient.createBatchPredictionJob(Consumer<CreateBatchPredictionJobRequest.Builder> createBatchPredictionJobRequest)
Creates a batch prediction job.
|
default CreateBatchPredictionJobResponse |
FraudDetectorClient.createBatchPredictionJob(CreateBatchPredictionJobRequest createBatchPredictionJobRequest)
Creates a batch prediction job.
|
default CreateDetectorVersionResponse |
FraudDetectorClient.createDetectorVersion(Consumer<CreateDetectorVersionRequest.Builder> createDetectorVersionRequest)
Creates a detector version.
|
default CreateDetectorVersionResponse |
FraudDetectorClient.createDetectorVersion(CreateDetectorVersionRequest createDetectorVersionRequest)
Creates a detector version.
|
default CreateModelVersionResponse |
FraudDetectorClient.createModelVersion(Consumer<CreateModelVersionRequest.Builder> createModelVersionRequest)
Creates a version of the model using the specified model type and model id.
|
default CreateModelVersionResponse |
FraudDetectorClient.createModelVersion(CreateModelVersionRequest createModelVersionRequest)
Creates a version of the model using the specified model type and model id.
|
default DeleteDetectorVersionResponse |
FraudDetectorClient.deleteDetectorVersion(Consumer<DeleteDetectorVersionRequest.Builder> deleteDetectorVersionRequest)
Deletes the detector version.
|
default DeleteDetectorVersionResponse |
FraudDetectorClient.deleteDetectorVersion(DeleteDetectorVersionRequest deleteDetectorVersionRequest)
Deletes the detector version.
|
default DeleteEventsByEventTypeResponse |
FraudDetectorClient.deleteEventsByEventType(Consumer<DeleteEventsByEventTypeRequest.Builder> deleteEventsByEventTypeRequest)
Deletes all events of a particular event type.
|
default DeleteEventsByEventTypeResponse |
FraudDetectorClient.deleteEventsByEventType(DeleteEventsByEventTypeRequest deleteEventsByEventTypeRequest)
Deletes all events of a particular event type.
|
default DescribeDetectorResponse |
FraudDetectorClient.describeDetector(Consumer<DescribeDetectorRequest.Builder> describeDetectorRequest)
Gets all versions for a specified detector.
|
default DescribeDetectorResponse |
FraudDetectorClient.describeDetector(DescribeDetectorRequest describeDetectorRequest)
Gets all versions for a specified detector.
|
default DescribeModelVersionsResponse |
FraudDetectorClient.describeModelVersions(Consumer<DescribeModelVersionsRequest.Builder> describeModelVersionsRequest)
Gets all of the model versions for the specified model type or for the specified model type and model ID.
|
default DescribeModelVersionsResponse |
FraudDetectorClient.describeModelVersions(DescribeModelVersionsRequest describeModelVersionsRequest)
Gets all of the model versions for the specified model type or for the specified model type and model ID.
|
default DescribeModelVersionsIterable |
FraudDetectorClient.describeModelVersionsPaginator(Consumer<DescribeModelVersionsRequest.Builder> describeModelVersionsRequest)
Gets all of the model versions for the specified model type or for the specified model type and model ID.
|
default DescribeModelVersionsIterable |
FraudDetectorClient.describeModelVersionsPaginator(DescribeModelVersionsRequest describeModelVersionsRequest)
Gets all of the model versions for the specified model type or for the specified model type and model ID.
|
default GetBatchImportJobsResponse |
FraudDetectorClient.getBatchImportJobs(Consumer<GetBatchImportJobsRequest.Builder> getBatchImportJobsRequest)
Gets all batch import jobs or a specific job of the specified ID.
|
default GetBatchImportJobsResponse |
FraudDetectorClient.getBatchImportJobs(GetBatchImportJobsRequest getBatchImportJobsRequest)
Gets all batch import jobs or a specific job of the specified ID.
|
default GetBatchImportJobsIterable |
FraudDetectorClient.getBatchImportJobsPaginator(Consumer<GetBatchImportJobsRequest.Builder> getBatchImportJobsRequest)
Gets all batch import jobs or a specific job of the specified ID.
|
default GetBatchImportJobsIterable |
FraudDetectorClient.getBatchImportJobsPaginator(GetBatchImportJobsRequest getBatchImportJobsRequest)
Gets all batch import jobs or a specific job of the specified ID.
|
default GetBatchPredictionJobsResponse |
FraudDetectorClient.getBatchPredictionJobs(Consumer<GetBatchPredictionJobsRequest.Builder> getBatchPredictionJobsRequest)
Gets all batch prediction jobs or a specific job if you specify a job ID.
|
default GetBatchPredictionJobsResponse |
FraudDetectorClient.getBatchPredictionJobs(GetBatchPredictionJobsRequest getBatchPredictionJobsRequest)
Gets all batch prediction jobs or a specific job if you specify a job ID.
|
default GetBatchPredictionJobsIterable |
FraudDetectorClient.getBatchPredictionJobsPaginator(Consumer<GetBatchPredictionJobsRequest.Builder> getBatchPredictionJobsRequest)
Gets all batch prediction jobs or a specific job if you specify a job ID.
|
default GetBatchPredictionJobsIterable |
FraudDetectorClient.getBatchPredictionJobsPaginator(GetBatchPredictionJobsRequest getBatchPredictionJobsRequest)
Gets all batch prediction jobs or a specific job if you specify a job ID.
|
default GetDeleteEventsByEventTypeStatusResponse |
FraudDetectorClient.getDeleteEventsByEventTypeStatus(Consumer<GetDeleteEventsByEventTypeStatusRequest.Builder> getDeleteEventsByEventTypeStatusRequest)
Retrieves the status of a
DeleteEventsByEventType action. |
default GetDeleteEventsByEventTypeStatusResponse |
FraudDetectorClient.getDeleteEventsByEventTypeStatus(GetDeleteEventsByEventTypeStatusRequest getDeleteEventsByEventTypeStatusRequest)
Retrieves the status of a
DeleteEventsByEventType action. |
default GetDetectorsResponse |
FraudDetectorClient.getDetectors(Consumer<GetDetectorsRequest.Builder> getDetectorsRequest)
Gets all detectors or a single detector if a
detectorId is specified. |
default GetDetectorsResponse |
FraudDetectorClient.getDetectors(GetDetectorsRequest getDetectorsRequest)
Gets all detectors or a single detector if a
detectorId is specified. |
default GetDetectorsIterable |
FraudDetectorClient.getDetectorsPaginator(Consumer<GetDetectorsRequest.Builder> getDetectorsRequest)
Gets all detectors or a single detector if a
detectorId is specified. |
default GetDetectorsIterable |
FraudDetectorClient.getDetectorsPaginator(GetDetectorsRequest getDetectorsRequest)
Gets all detectors or a single detector if a
detectorId is specified. |
default GetDetectorVersionResponse |
FraudDetectorClient.getDetectorVersion(Consumer<GetDetectorVersionRequest.Builder> getDetectorVersionRequest)
Gets a particular detector version.
|
default GetDetectorVersionResponse |
FraudDetectorClient.getDetectorVersion(GetDetectorVersionRequest getDetectorVersionRequest)
Gets a particular detector version.
|
default GetEntityTypesResponse |
FraudDetectorClient.getEntityTypes(Consumer<GetEntityTypesRequest.Builder> getEntityTypesRequest)
Gets all entity types or a specific entity type if a name is specified.
|
default GetEntityTypesResponse |
FraudDetectorClient.getEntityTypes(GetEntityTypesRequest getEntityTypesRequest)
Gets all entity types or a specific entity type if a name is specified.
|
default GetEntityTypesIterable |
FraudDetectorClient.getEntityTypesPaginator(Consumer<GetEntityTypesRequest.Builder> getEntityTypesRequest)
Gets all entity types or a specific entity type if a name is specified.
|
default GetEntityTypesIterable |
FraudDetectorClient.getEntityTypesPaginator(GetEntityTypesRequest getEntityTypesRequest)
Gets all entity types or a specific entity type if a name is specified.
|
default GetEventResponse |
FraudDetectorClient.getEvent(Consumer<GetEventRequest.Builder> getEventRequest)
Retrieves details of events stored with Amazon Fraud Detector.
|
default GetEventResponse |
FraudDetectorClient.getEvent(GetEventRequest getEventRequest)
Retrieves details of events stored with Amazon Fraud Detector.
|
default GetEventPredictionResponse |
FraudDetectorClient.getEventPrediction(Consumer<GetEventPredictionRequest.Builder> getEventPredictionRequest)
Evaluates an event against a detector version.
|
default GetEventPredictionResponse |
FraudDetectorClient.getEventPrediction(GetEventPredictionRequest getEventPredictionRequest)
Evaluates an event against a detector version.
|
default GetEventPredictionMetadataResponse |
FraudDetectorClient.getEventPredictionMetadata(Consumer<GetEventPredictionMetadataRequest.Builder> 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.
|
default GetEventPredictionMetadataResponse |
FraudDetectorClient.getEventPredictionMetadata(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.
|
default GetEventTypesResponse |
FraudDetectorClient.getEventTypes(Consumer<GetEventTypesRequest.Builder> getEventTypesRequest)
Gets all event types or a specific event type if name is provided.
|
default GetEventTypesResponse |
FraudDetectorClient.getEventTypes(GetEventTypesRequest getEventTypesRequest)
Gets all event types or a specific event type if name is provided.
|
default GetEventTypesIterable |
FraudDetectorClient.getEventTypesPaginator(Consumer<GetEventTypesRequest.Builder> getEventTypesRequest)
Gets all event types or a specific event type if name is provided.
|
default GetEventTypesIterable |
FraudDetectorClient.getEventTypesPaginator(GetEventTypesRequest getEventTypesRequest)
Gets all event types or a specific event type if name is provided.
|
default GetExternalModelsResponse |
FraudDetectorClient.getExternalModels(Consumer<GetExternalModelsRequest.Builder> getExternalModelsRequest)
Gets the details for one or more Amazon SageMaker models that have been imported into the service.
|
default GetExternalModelsResponse |
FraudDetectorClient.getExternalModels(GetExternalModelsRequest getExternalModelsRequest)
Gets the details for one or more Amazon SageMaker models that have been imported into the service.
|
default GetExternalModelsIterable |
FraudDetectorClient.getExternalModelsPaginator(Consumer<GetExternalModelsRequest.Builder> getExternalModelsRequest)
Gets the details for one or more Amazon SageMaker models that have been imported into the service.
|
default GetExternalModelsIterable |
FraudDetectorClient.getExternalModelsPaginator(GetExternalModelsRequest getExternalModelsRequest)
Gets the details for one or more Amazon SageMaker models that have been imported into the service.
|
default GetKmsEncryptionKeyResponse |
FraudDetectorClient.getKMSEncryptionKey(Consumer<GetKmsEncryptionKeyRequest.Builder> getKmsEncryptionKeyRequest)
Gets the encryption key if a KMS key has been specified to be used to encrypt content in Amazon Fraud Detector.
|
default GetKmsEncryptionKeyResponse |
FraudDetectorClient.getKMSEncryptionKey(GetKmsEncryptionKeyRequest getKmsEncryptionKeyRequest)
Gets the encryption key if a KMS key has been specified to be used to encrypt content in Amazon Fraud Detector.
|
default GetLabelsResponse |
FraudDetectorClient.getLabels(Consumer<GetLabelsRequest.Builder> getLabelsRequest)
Gets all labels or a specific label if name is provided.
|
default GetLabelsResponse |
FraudDetectorClient.getLabels(GetLabelsRequest getLabelsRequest)
Gets all labels or a specific label if name is provided.
|
default GetLabelsIterable |
FraudDetectorClient.getLabelsPaginator(Consumer<GetLabelsRequest.Builder> getLabelsRequest)
Gets all labels or a specific label if name is provided.
|
default GetLabelsIterable |
FraudDetectorClient.getLabelsPaginator(GetLabelsRequest getLabelsRequest)
Gets all labels or a specific label if name is provided.
|
default GetListElementsResponse |
FraudDetectorClient.getListElements(Consumer<GetListElementsRequest.Builder> getListElementsRequest)
Gets all the elements in the specified list.
|
default GetListElementsResponse |
FraudDetectorClient.getListElements(GetListElementsRequest getListElementsRequest)
Gets all the elements in the specified list.
|
default GetListElementsIterable |
FraudDetectorClient.getListElementsPaginator(Consumer<GetListElementsRequest.Builder> getListElementsRequest)
Gets all the elements in the specified list.
|
default GetListElementsIterable |
FraudDetectorClient.getListElementsPaginator(GetListElementsRequest getListElementsRequest)
Gets all the elements in the specified list.
|
default GetListsMetadataResponse |
FraudDetectorClient.getListsMetadata(Consumer<GetListsMetadataRequest.Builder> getListsMetadataRequest)
Gets the metadata of either all the lists under the account or the specified list.
|
default GetListsMetadataResponse |
FraudDetectorClient.getListsMetadata(GetListsMetadataRequest getListsMetadataRequest)
Gets the metadata of either all the lists under the account or the specified list.
|
default GetListsMetadataIterable |
FraudDetectorClient.getListsMetadataPaginator(Consumer<GetListsMetadataRequest.Builder> getListsMetadataRequest)
Gets the metadata of either all the lists under the account or the specified list.
|
default GetListsMetadataIterable |
FraudDetectorClient.getListsMetadataPaginator(GetListsMetadataRequest getListsMetadataRequest)
Gets the metadata of either all the lists under the account or the specified list.
|
default GetModelsResponse |
FraudDetectorClient.getModels(Consumer<GetModelsRequest.Builder> getModelsRequest)
Gets one or more models.
|
default GetModelsResponse |
FraudDetectorClient.getModels(GetModelsRequest getModelsRequest)
Gets one or more models.
|
default GetModelsIterable |
FraudDetectorClient.getModelsPaginator(Consumer<GetModelsRequest.Builder> getModelsRequest)
Gets one or more models.
|
default GetModelsIterable |
FraudDetectorClient.getModelsPaginator(GetModelsRequest getModelsRequest)
Gets one or more models.
|
default GetModelVersionResponse |
FraudDetectorClient.getModelVersion(Consumer<GetModelVersionRequest.Builder> getModelVersionRequest)
Gets the details of the specified model version.
|
default GetModelVersionResponse |
FraudDetectorClient.getModelVersion(GetModelVersionRequest getModelVersionRequest)
Gets the details of the specified model version.
|
default GetOutcomesResponse |
FraudDetectorClient.getOutcomes(Consumer<GetOutcomesRequest.Builder> getOutcomesRequest)
Gets one or more outcomes.
|
default GetOutcomesResponse |
FraudDetectorClient.getOutcomes(GetOutcomesRequest getOutcomesRequest)
Gets one or more outcomes.
|
default GetOutcomesIterable |
FraudDetectorClient.getOutcomesPaginator(Consumer<GetOutcomesRequest.Builder> getOutcomesRequest)
Gets one or more outcomes.
|
default GetOutcomesIterable |
FraudDetectorClient.getOutcomesPaginator(GetOutcomesRequest getOutcomesRequest)
Gets one or more outcomes.
|
default GetRulesResponse |
FraudDetectorClient.getRules(Consumer<GetRulesRequest.Builder> getRulesRequest)
Get all rules for a detector (paginated) if
ruleId and ruleVersion are not specified. |
default GetRulesResponse |
FraudDetectorClient.getRules(GetRulesRequest getRulesRequest)
Get all rules for a detector (paginated) if
ruleId and ruleVersion are not specified. |
default GetRulesIterable |
FraudDetectorClient.getRulesPaginator(Consumer<GetRulesRequest.Builder> getRulesRequest)
Get all rules for a detector (paginated) if
ruleId and ruleVersion are not specified. |
default GetRulesIterable |
FraudDetectorClient.getRulesPaginator(GetRulesRequest getRulesRequest)
Get all rules for a detector (paginated) if
ruleId and ruleVersion are not specified. |
default GetVariablesResponse |
FraudDetectorClient.getVariables(Consumer<GetVariablesRequest.Builder> getVariablesRequest)
Gets all of the variables or the specific variable.
|
default GetVariablesResponse |
FraudDetectorClient.getVariables(GetVariablesRequest getVariablesRequest)
Gets all of the variables or the specific variable.
|
default GetVariablesIterable |
FraudDetectorClient.getVariablesPaginator(Consumer<GetVariablesRequest.Builder> getVariablesRequest)
Gets all of the variables or the specific variable.
|
default GetVariablesIterable |
FraudDetectorClient.getVariablesPaginator(GetVariablesRequest getVariablesRequest)
Gets all of the variables or the specific variable.
|
default ListTagsForResourceResponse |
FraudDetectorClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all tags associated with the resource.
|
default ListTagsForResourceResponse |
FraudDetectorClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags associated with the resource.
|
default ListTagsForResourceIterable |
FraudDetectorClient.listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all tags associated with the resource.
|
default ListTagsForResourceIterable |
FraudDetectorClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags associated with the resource.
|
default PutKmsEncryptionKeyResponse |
FraudDetectorClient.putKMSEncryptionKey(Consumer<PutKmsEncryptionKeyRequest.Builder> putKmsEncryptionKeyRequest)
Specifies the KMS key to be used to encrypt content in Amazon Fraud Detector.
|
default PutKmsEncryptionKeyResponse |
FraudDetectorClient.putKMSEncryptionKey(PutKmsEncryptionKeyRequest putKmsEncryptionKeyRequest)
Specifies the KMS key to be used to encrypt content in Amazon Fraud Detector.
|
default SendEventResponse |
FraudDetectorClient.sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)
Stores events in Amazon Fraud Detector without generating fraud predictions for those events.
|
default SendEventResponse |
FraudDetectorClient.sendEvent(SendEventRequest sendEventRequest)
Stores events in Amazon Fraud Detector without generating fraud predictions for those events.
|
default TagResourceResponse |
FraudDetectorClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Assigns tags to a resource.
|
default TagResourceResponse |
FraudDetectorClient.tagResource(TagResourceRequest tagResourceRequest)
Assigns tags to a resource.
|
default UntagResourceResponse |
FraudDetectorClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from a resource.
|
default UntagResourceResponse |
FraudDetectorClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
|
default UpdateDetectorVersionResponse |
FraudDetectorClient.updateDetectorVersion(Consumer<UpdateDetectorVersionRequest.Builder> updateDetectorVersionRequest)
Updates a detector version.
|
default UpdateDetectorVersionResponse |
FraudDetectorClient.updateDetectorVersion(UpdateDetectorVersionRequest updateDetectorVersionRequest)
Updates a detector version.
|
default UpdateDetectorVersionStatusResponse |
FraudDetectorClient.updateDetectorVersionStatus(Consumer<UpdateDetectorVersionStatusRequest.Builder> updateDetectorVersionStatusRequest)
Updates the detector version’s status.
|
default UpdateDetectorVersionStatusResponse |
FraudDetectorClient.updateDetectorVersionStatus(UpdateDetectorVersionStatusRequest updateDetectorVersionStatusRequest)
Updates the detector version’s status.
|
default UpdateEventLabelResponse |
FraudDetectorClient.updateEventLabel(Consumer<UpdateEventLabelRequest.Builder> updateEventLabelRequest)
Updates the specified event with a new label.
|
default UpdateEventLabelResponse |
FraudDetectorClient.updateEventLabel(UpdateEventLabelRequest updateEventLabelRequest)
Updates the specified event with a new label.
|
default UpdateListResponse |
FraudDetectorClient.updateList(Consumer<UpdateListRequest.Builder> updateListRequest)
Updates a list.
|
default UpdateListResponse |
FraudDetectorClient.updateList(UpdateListRequest updateListRequest)
Updates a list.
|
default UpdateModelResponse |
FraudDetectorClient.updateModel(Consumer<UpdateModelRequest.Builder> updateModelRequest)
Updates model description.
|
default UpdateModelResponse |
FraudDetectorClient.updateModel(UpdateModelRequest updateModelRequest)
Updates model description.
|
default UpdateModelVersionResponse |
FraudDetectorClient.updateModelVersion(Consumer<UpdateModelVersionRequest.Builder> updateModelVersionRequest)
Updates a model version.
|
default UpdateModelVersionResponse |
FraudDetectorClient.updateModelVersion(UpdateModelVersionRequest updateModelVersionRequest)
Updates a model version.
|
default UpdateModelVersionStatusResponse |
FraudDetectorClient.updateModelVersionStatus(Consumer<UpdateModelVersionStatusRequest.Builder> updateModelVersionStatusRequest)
Updates the status of a model version.
|
default UpdateModelVersionStatusResponse |
FraudDetectorClient.updateModelVersionStatus(UpdateModelVersionStatusRequest updateModelVersionStatusRequest)
Updates the status of a model version.
|
default UpdateRuleMetadataResponse |
FraudDetectorClient.updateRuleMetadata(Consumer<UpdateRuleMetadataRequest.Builder> updateRuleMetadataRequest)
Updates a rule's metadata.
|
default UpdateRuleMetadataResponse |
FraudDetectorClient.updateRuleMetadata(UpdateRuleMetadataRequest updateRuleMetadataRequest)
Updates a rule's metadata.
|
default UpdateRuleVersionResponse |
FraudDetectorClient.updateRuleVersion(Consumer<UpdateRuleVersionRequest.Builder> updateRuleVersionRequest)
Updates a rule version resulting in a new rule version.
|
default UpdateRuleVersionResponse |
FraudDetectorClient.updateRuleVersion(UpdateRuleVersionRequest updateRuleVersionRequest)
Updates a rule version resulting in a new rule version.
|
default UpdateVariableResponse |
FraudDetectorClient.updateVariable(Consumer<UpdateVariableRequest.Builder> updateVariableRequest)
Updates a variable.
|
default UpdateVariableResponse |
FraudDetectorClient.updateVariable(UpdateVariableRequest updateVariableRequest)
Updates a variable.
|
Copyright © 2023. All rights reserved.