| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default BatchCreateVariableResponse |
FraudDetectorClient.batchCreateVariable(BatchCreateVariableRequest batchCreateVariableRequest)
Creates a batch of variables.
|
default BatchCreateVariableResponse |
FraudDetectorClient.batchCreateVariable(Consumer<BatchCreateVariableRequest.Builder> batchCreateVariableRequest)
Creates a batch of variables.
|
default BatchGetVariableResponse |
FraudDetectorClient.batchGetVariable(BatchGetVariableRequest batchGetVariableRequest)
Gets a batch of variables.
|
default BatchGetVariableResponse |
FraudDetectorClient.batchGetVariable(Consumer<BatchGetVariableRequest.Builder> batchGetVariableRequest)
Gets a batch of variables.
|
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 CreateModelResponse |
FraudDetectorClient.createModel(Consumer<CreateModelRequest.Builder> createModelRequest)
Creates a model using the specified model type.
|
default CreateModelResponse |
FraudDetectorClient.createModel(CreateModelRequest createModelRequest)
Creates a model using the specified model type.
|
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 CreateRuleResponse |
FraudDetectorClient.createRule(Consumer<CreateRuleRequest.Builder> createRuleRequest)
Creates a rule for use with the specified detector.
|
default CreateRuleResponse |
FraudDetectorClient.createRule(CreateRuleRequest createRuleRequest)
Creates a rule for use with the specified detector.
|
default CreateVariableResponse |
FraudDetectorClient.createVariable(Consumer<CreateVariableRequest.Builder> createVariableRequest)
Creates a variable.
|
default CreateVariableResponse |
FraudDetectorClient.createVariable(CreateVariableRequest createVariableRequest)
Creates a variable.
|
default DeleteBatchImportJobResponse |
FraudDetectorClient.deleteBatchImportJob(Consumer<DeleteBatchImportJobRequest.Builder> deleteBatchImportJobRequest)
Deletes the specified batch import job ID record.
|
default DeleteBatchImportJobResponse |
FraudDetectorClient.deleteBatchImportJob(DeleteBatchImportJobRequest deleteBatchImportJobRequest)
Deletes the specified batch import job ID record.
|
default DeleteBatchPredictionJobResponse |
FraudDetectorClient.deleteBatchPredictionJob(Consumer<DeleteBatchPredictionJobRequest.Builder> deleteBatchPredictionJobRequest)
Deletes a batch prediction job.
|
default DeleteBatchPredictionJobResponse |
FraudDetectorClient.deleteBatchPredictionJob(DeleteBatchPredictionJobRequest deleteBatchPredictionJobRequest)
Deletes a batch prediction job.
|
default DeleteDetectorResponse |
FraudDetectorClient.deleteDetector(Consumer<DeleteDetectorRequest.Builder> deleteDetectorRequest)
Deletes the detector.
|
default DeleteDetectorResponse |
FraudDetectorClient.deleteDetector(DeleteDetectorRequest deleteDetectorRequest)
Deletes the detector.
|
default DeleteDetectorVersionResponse |
FraudDetectorClient.deleteDetectorVersion(Consumer<DeleteDetectorVersionRequest.Builder> deleteDetectorVersionRequest)
Deletes the detector version.
|
default DeleteDetectorVersionResponse |
FraudDetectorClient.deleteDetectorVersion(DeleteDetectorVersionRequest deleteDetectorVersionRequest)
Deletes the detector version.
|
default DeleteEntityTypeResponse |
FraudDetectorClient.deleteEntityType(Consumer<DeleteEntityTypeRequest.Builder> deleteEntityTypeRequest)
Deletes an entity type.
|
default DeleteEntityTypeResponse |
FraudDetectorClient.deleteEntityType(DeleteEntityTypeRequest deleteEntityTypeRequest)
Deletes an entity type.
|
default DeleteEventResponse |
FraudDetectorClient.deleteEvent(Consumer<DeleteEventRequest.Builder> deleteEventRequest)
Deletes the specified event.
|
default DeleteEventResponse |
FraudDetectorClient.deleteEvent(DeleteEventRequest deleteEventRequest)
Deletes the specified event.
|
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 DeleteEventTypeResponse |
FraudDetectorClient.deleteEventType(Consumer<DeleteEventTypeRequest.Builder> deleteEventTypeRequest)
Deletes an event type.
|
default DeleteEventTypeResponse |
FraudDetectorClient.deleteEventType(DeleteEventTypeRequest deleteEventTypeRequest)
Deletes an event type.
|
default DeleteExternalModelResponse |
FraudDetectorClient.deleteExternalModel(Consumer<DeleteExternalModelRequest.Builder> deleteExternalModelRequest)
Removes a SageMaker model from Amazon Fraud Detector.
|
default DeleteExternalModelResponse |
FraudDetectorClient.deleteExternalModel(DeleteExternalModelRequest deleteExternalModelRequest)
Removes a SageMaker model from Amazon Fraud Detector.
|
default DeleteLabelResponse |
FraudDetectorClient.deleteLabel(Consumer<DeleteLabelRequest.Builder> deleteLabelRequest)
Deletes a label.
|
default DeleteLabelResponse |
FraudDetectorClient.deleteLabel(DeleteLabelRequest deleteLabelRequest)
Deletes a label.
|
default DeleteModelResponse |
FraudDetectorClient.deleteModel(Consumer<DeleteModelRequest.Builder> deleteModelRequest)
Deletes a model.
|
default DeleteModelResponse |
FraudDetectorClient.deleteModel(DeleteModelRequest deleteModelRequest)
Deletes a model.
|
default DeleteModelVersionResponse |
FraudDetectorClient.deleteModelVersion(Consumer<DeleteModelVersionRequest.Builder> deleteModelVersionRequest)
Deletes a model version.
|
default DeleteModelVersionResponse |
FraudDetectorClient.deleteModelVersion(DeleteModelVersionRequest deleteModelVersionRequest)
Deletes a model version.
|
default DeleteOutcomeResponse |
FraudDetectorClient.deleteOutcome(Consumer<DeleteOutcomeRequest.Builder> deleteOutcomeRequest)
Deletes an outcome.
|
default DeleteOutcomeResponse |
FraudDetectorClient.deleteOutcome(DeleteOutcomeRequest deleteOutcomeRequest)
Deletes an outcome.
|
default DeleteRuleResponse |
FraudDetectorClient.deleteRule(Consumer<DeleteRuleRequest.Builder> deleteRuleRequest)
Deletes the rule.
|
default DeleteRuleResponse |
FraudDetectorClient.deleteRule(DeleteRuleRequest deleteRuleRequest)
Deletes the rule.
|
default DeleteVariableResponse |
FraudDetectorClient.deleteVariable(Consumer<DeleteVariableRequest.Builder> deleteVariableRequest)
Deletes a variable.
|
default DeleteVariableResponse |
FraudDetectorClient.deleteVariable(DeleteVariableRequest deleteVariableRequest)
Deletes a variable.
|
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 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 ListEventPredictionsResponse |
FraudDetectorClient.listEventPredictions(Consumer<ListEventPredictionsRequest.Builder> listEventPredictionsRequest)
Gets a list of past predictions.
|
default ListEventPredictionsResponse |
FraudDetectorClient.listEventPredictions(ListEventPredictionsRequest listEventPredictionsRequest)
Gets a list of past predictions.
|
default ListEventPredictionsIterable |
FraudDetectorClient.listEventPredictionsPaginator(Consumer<ListEventPredictionsRequest.Builder> listEventPredictionsRequest)
Gets a list of past predictions.
|
default ListEventPredictionsIterable |
FraudDetectorClient.listEventPredictionsPaginator(ListEventPredictionsRequest listEventPredictionsRequest)
Gets a list of past predictions.
|
default PutDetectorResponse |
FraudDetectorClient.putDetector(Consumer<PutDetectorRequest.Builder> putDetectorRequest)
Creates or updates a detector.
|
default PutDetectorResponse |
FraudDetectorClient.putDetector(PutDetectorRequest putDetectorRequest)
Creates or updates a detector.
|
default PutEntityTypeResponse |
FraudDetectorClient.putEntityType(Consumer<PutEntityTypeRequest.Builder> putEntityTypeRequest)
Creates or updates an entity type.
|
default PutEntityTypeResponse |
FraudDetectorClient.putEntityType(PutEntityTypeRequest putEntityTypeRequest)
Creates or updates an entity type.
|
default PutEventTypeResponse |
FraudDetectorClient.putEventType(Consumer<PutEventTypeRequest.Builder> putEventTypeRequest)
Creates or updates an event type.
|
default PutEventTypeResponse |
FraudDetectorClient.putEventType(PutEventTypeRequest putEventTypeRequest)
Creates or updates an event type.
|
default PutExternalModelResponse |
FraudDetectorClient.putExternalModel(Consumer<PutExternalModelRequest.Builder> putExternalModelRequest)
Creates or updates an Amazon SageMaker model endpoint.
|
default PutExternalModelResponse |
FraudDetectorClient.putExternalModel(PutExternalModelRequest putExternalModelRequest)
Creates or updates an Amazon SageMaker model endpoint.
|
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 PutLabelResponse |
FraudDetectorClient.putLabel(Consumer<PutLabelRequest.Builder> putLabelRequest)
Creates or updates label.
|
default PutLabelResponse |
FraudDetectorClient.putLabel(PutLabelRequest putLabelRequest)
Creates or updates label.
|
default PutOutcomeResponse |
FraudDetectorClient.putOutcome(Consumer<PutOutcomeRequest.Builder> putOutcomeRequest)
Creates or updates an outcome.
|
default PutOutcomeResponse |
FraudDetectorClient.putOutcome(PutOutcomeRequest putOutcomeRequest)
Creates or updates an outcome.
|
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 UpdateDetectorVersionResponse |
FraudDetectorClient.updateDetectorVersion(Consumer<UpdateDetectorVersionRequest.Builder> updateDetectorVersionRequest)
Updates a detector version.
|
default UpdateDetectorVersionResponse |
FraudDetectorClient.updateDetectorVersion(UpdateDetectorVersionRequest updateDetectorVersionRequest)
Updates a detector version.
|
default UpdateDetectorVersionMetadataResponse |
FraudDetectorClient.updateDetectorVersionMetadata(Consumer<UpdateDetectorVersionMetadataRequest.Builder> updateDetectorVersionMetadataRequest)
Updates the detector version's description.
|
default UpdateDetectorVersionMetadataResponse |
FraudDetectorClient.updateDetectorVersionMetadata(UpdateDetectorVersionMetadataRequest updateDetectorVersionMetadataRequest)
Updates the detector version's description.
|
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 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 © 2022. All rights reserved.