Uses of Class
software.amazon.awssdk.services.frauddetector.model.ModelEndpointStatus
-
Packages that use ModelEndpointStatus Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of ModelEndpointStatus in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return ModelEndpointStatus Modifier and Type Method Description static ModelEndpointStatusModelEndpointStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelEndpointStatusExternalModel. modelEndpointStatus()The Amazon Fraud Detector status for the external model endpointModelEndpointStatusPutExternalModelRequest. modelEndpointStatus()The model endpoint’s status in Amazon Fraud Detector.static ModelEndpointStatusModelEndpointStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelEndpointStatus[]ModelEndpointStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type ModelEndpointStatus Modifier and Type Method Description static Set<ModelEndpointStatus>ModelEndpointStatus. knownValues()Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type ModelEndpointStatus Modifier and Type Method Description ExternalModel.BuilderExternalModel.Builder. modelEndpointStatus(ModelEndpointStatus modelEndpointStatus)The Amazon Fraud Detector status for the external model endpointPutExternalModelRequest.BuilderPutExternalModelRequest.Builder. modelEndpointStatus(ModelEndpointStatus modelEndpointStatus)The model endpoint’s status in Amazon Fraud Detector.
-