Uses of Class
com.oracle.bmc.identitydomains.model.AppGrants
-
Packages that use AppGrants Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppGrants in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppGrants Modifier and Type Method Description AppGrants
AppGrants.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppGrants Modifier and Type Method Description List<AppGrants>
App. getGrants()
Grants assigned to the appMethods in com.oracle.bmc.identitydomains.model with parameters of type AppGrants Modifier and Type Method Description AppGrants.Builder
AppGrants.Builder. copy(AppGrants model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppGrants Modifier and Type Method Description App.Builder
App.Builder. grants(List<AppGrants> grants)
Grants assigned to the app
-