Uses of Class
software.amazon.awssdk.services.frauddetector.model.ModelTypeEnum
-
Packages that use ModelTypeEnum Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of ModelTypeEnum in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return ModelTypeEnum Modifier and Type Method Description static ModelTypeEnumModelTypeEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelTypeEnumCreateModelRequest. modelType()The model type.ModelTypeEnumCreateModelVersionRequest. modelType()The model type.ModelTypeEnumCreateModelVersionResponse. modelType()The model type.ModelTypeEnumDeleteModelRequest. modelType()The model type of the model to delete.ModelTypeEnumDeleteModelVersionRequest. modelType()The model type of the model version to delete.ModelTypeEnumDescribeModelVersionsRequest. modelType()The model type.ModelTypeEnumGetModelsRequest. modelType()The model type.ModelTypeEnumGetModelVersionRequest. modelType()The model type.ModelTypeEnumGetModelVersionResponse. modelType()The model type.ModelTypeEnumModel. modelType()The model type.ModelTypeEnumModelVersion. modelType()The model type.ModelTypeEnumModelVersionDetail. modelType()The model type.ModelTypeEnumUpdateModelRequest. modelType()The model type.ModelTypeEnumUpdateModelVersionRequest. modelType()The model type.ModelTypeEnumUpdateModelVersionResponse. modelType()The model type.ModelTypeEnumUpdateModelVersionStatusRequest. modelType()The model type.static ModelTypeEnumModelTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelTypeEnum[]ModelTypeEnum. 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 ModelTypeEnum Modifier and Type Method Description static Set<ModelTypeEnum>ModelTypeEnum. knownValues()Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type ModelTypeEnum Modifier and Type Method Description CreateModelRequest.BuilderCreateModelRequest.Builder. modelType(ModelTypeEnum modelType)The model type.CreateModelVersionRequest.BuilderCreateModelVersionRequest.Builder. modelType(ModelTypeEnum modelType)The model type.CreateModelVersionResponse.BuilderCreateModelVersionResponse.Builder. modelType(ModelTypeEnum modelType)The model type.DeleteModelRequest.BuilderDeleteModelRequest.Builder. modelType(ModelTypeEnum modelType)The model type of the model to delete.DeleteModelVersionRequest.BuilderDeleteModelVersionRequest.Builder. modelType(ModelTypeEnum modelType)The model type of the model version to delete.DescribeModelVersionsRequest.BuilderDescribeModelVersionsRequest.Builder. modelType(ModelTypeEnum modelType)The model type.GetModelsRequest.BuilderGetModelsRequest.Builder. modelType(ModelTypeEnum modelType)The model type.GetModelVersionRequest.BuilderGetModelVersionRequest.Builder. modelType(ModelTypeEnum modelType)The model type.GetModelVersionResponse.BuilderGetModelVersionResponse.Builder. modelType(ModelTypeEnum modelType)The model type.Model.BuilderModel.Builder. modelType(ModelTypeEnum modelType)The model type.ModelVersion.BuilderModelVersion.Builder. modelType(ModelTypeEnum modelType)The model type.ModelVersionDetail.BuilderModelVersionDetail.Builder. modelType(ModelTypeEnum modelType)The model type.UpdateModelRequest.BuilderUpdateModelRequest.Builder. modelType(ModelTypeEnum modelType)The model type.UpdateModelVersionRequest.BuilderUpdateModelVersionRequest.Builder. modelType(ModelTypeEnum modelType)The model type.UpdateModelVersionResponse.BuilderUpdateModelVersionResponse.Builder. modelType(ModelTypeEnum modelType)The model type.UpdateModelVersionStatusRequest.BuilderUpdateModelVersionStatusRequest.Builder. modelType(ModelTypeEnum modelType)The model type.
-