Uses of Class
software.amazon.awssdk.services.frauddetector.model.CreateModelResponse
-
Packages that use CreateModelResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of CreateModelResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return CreateModelResponse Modifier and Type Method Description default CreateModelResponseFraudDetectorClient. createModel(Consumer<CreateModelRequest.Builder> createModelRequest)Creates a model using the specified model type.default CreateModelResponseFraudDetectorClient. createModel(CreateModelRequest createModelRequest)Creates a model using the specified model type.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type CreateModelResponse Modifier and Type Method Description default CompletableFuture<CreateModelResponse>FraudDetectorAsyncClient. createModel(Consumer<CreateModelRequest.Builder> createModelRequest)Creates a model using the specified model type.default CompletableFuture<CreateModelResponse>FraudDetectorAsyncClient. createModel(CreateModelRequest createModelRequest)Creates a model using the specified model type.
-