Uses of Class
com.databricks.sdk.service.iam.ComplexValue
-
Packages that use ComplexValue Package Description com.databricks.sdk.service.iam -
-
Uses of ComplexValue in com.databricks.sdk.service.iam
Methods in com.databricks.sdk.service.iam that return ComplexValue Modifier and Type Method Description ComplexValue
ComplexValue. setDisplay(String display)
ComplexValue
ComplexValue. setPrimary(Boolean primary)
ComplexValue
ComplexValue. setRef(String ref)
ComplexValue
ComplexValue. setType(String typeValue)
ComplexValue
ComplexValue. setValue(String value)
Methods in com.databricks.sdk.service.iam that return types with arguments of type ComplexValue Modifier and Type Method Description Collection<ComplexValue>
User. getEmails()
Collection<ComplexValue>
Group. getEntitlements()
Collection<ComplexValue>
ServicePrincipal. getEntitlements()
Collection<ComplexValue>
User. getEntitlements()
Collection<ComplexValue>
Group. getGroups()
Collection<ComplexValue>
ServicePrincipal. getGroups()
Collection<ComplexValue>
User. getGroups()
Collection<ComplexValue>
Group. getMembers()
Collection<ComplexValue>
Group. getRoles()
Collection<ComplexValue>
ServicePrincipal. getRoles()
Collection<ComplexValue>
User. getRoles()
Method parameters in com.databricks.sdk.service.iam with type arguments of type ComplexValue Modifier and Type Method Description User
User. setEmails(Collection<ComplexValue> emails)
Group
Group. setEntitlements(Collection<ComplexValue> entitlements)
ServicePrincipal
ServicePrincipal. setEntitlements(Collection<ComplexValue> entitlements)
User
User. setEntitlements(Collection<ComplexValue> entitlements)
Group
Group. setGroups(Collection<ComplexValue> groups)
ServicePrincipal
ServicePrincipal. setGroups(Collection<ComplexValue> groups)
User
User. setGroups(Collection<ComplexValue> groups)
Group
Group. setMembers(Collection<ComplexValue> members)
Group
Group. setRoles(Collection<ComplexValue> roles)
ServicePrincipal
ServicePrincipal. setRoles(Collection<ComplexValue> roles)
User
User. setRoles(Collection<ComplexValue> roles)
-