| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
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 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 DeleteBatchPredictionJobResponse |
FraudDetectorClient.deleteBatchPredictionJob(Consumer<DeleteBatchPredictionJobRequest.Builder> deleteBatchPredictionJobRequest)
Deletes a batch prediction job.
|
default DeleteBatchPredictionJobResponse |
FraudDetectorClient.deleteBatchPredictionJob(DeleteBatchPredictionJobRequest deleteBatchPredictionJobRequest)
Deletes a batch prediction job.
|
default DeleteDetectorVersionResponse |
FraudDetectorClient.deleteDetectorVersion(Consumer<DeleteDetectorVersionRequest.Builder> deleteDetectorVersionRequest)
Deletes the detector version.
|
default DeleteDetectorVersionResponse |
FraudDetectorClient.deleteDetectorVersion(DeleteDetectorVersionRequest deleteDetectorVersionRequest)
Deletes the detector version.
|
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 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 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 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 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 Key Management Service (KMS) customer master key (CMK) 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 Key Management Service (KMS) customer master key (CMK) 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 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 Key Management Service (KMS) customer master key (CMK) to be used to encrypt content in Amazon
Fraud Detector.
|
default PutKmsEncryptionKeyResponse |
FraudDetectorClient.putKMSEncryptionKey(PutKmsEncryptionKeyRequest putKmsEncryptionKeyRequest)
Specifies the Key Management Service (KMS) customer master key (CMK) to be used to encrypt content in Amazon
Fraud Detector.
|
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 UpdateModelResponse |
FraudDetectorClient.updateModel(Consumer<UpdateModelRequest.Builder> updateModelRequest)
Updates a model.
|
default UpdateModelResponse |
FraudDetectorClient.updateModel(UpdateModelRequest updateModelRequest)
Updates a model.
|
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 © 2021. All rights reserved.