Uses of Class
com.oracle.bmc.nosql.model.Identity
-
Packages that use Identity Package Description com.oracle.bmc.nosql.model -
-
Uses of Identity in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return Identity Modifier and Type Method Description Identity
Identity.Builder. build()
Identity
Schema. getIdentity()
Methods in com.oracle.bmc.nosql.model with parameters of type Identity Modifier and Type Method Description Identity.Builder
Identity.Builder. copy(Identity model)
Schema.Builder
Schema.Builder. identity(Identity identity)
Constructors in com.oracle.bmc.nosql.model with parameters of type Identity Constructor Description Schema(List<Column> columns, List<String> primaryKey, List<String> shardKey, Integer ttl, Identity identity)
Deprecated.
-