Uses of Class
com.oracle.bmc.identitydomains.model.AppAppResources
-
Packages that use AppAppResources Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppAppResources in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppAppResources Modifier and Type Method Description AppAppResources
AppAppResources.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppAppResources Modifier and Type Method Description List<AppAppResources>
AppExtensionEnterpriseAppApp. getAppResources()
A list of AppResources of this App.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppAppResources Modifier and Type Method Description AppAppResources.Builder
AppAppResources.Builder. copy(AppAppResources model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppAppResources Modifier and Type Method Description AppExtensionEnterpriseAppApp.Builder
AppExtensionEnterpriseAppApp.Builder. appResources(List<AppAppResources> appResources)
A list of AppResources of this App.Constructor parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppAppResources Constructor Description AppExtensionEnterpriseAppApp(List<AppAppResources> appResources, AppDenyAuthzPolicy denyAuthzPolicy, AppAllowAuthzPolicy allowAuthzPolicy, Integer allowAuthzDecisionTTL, Integer denyAuthzDecisionTTL)
Deprecated.
-