Uses of Class
com.oracle.bmc.identitydomains.model.AppAllowedTags
-
Packages that use AppAllowedTags Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppAllowedTags in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppAllowedTags Modifier and Type Method Description AppAllowedTags
AppAllowedTags.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppAllowedTags Modifier and Type Method Description List<AppAllowedTags>
App. getAllowedTags()
A list of tags, acting as an OAuthClient, this App is allowed to access.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppAllowedTags Modifier and Type Method Description AppAllowedTags.Builder
AppAllowedTags.Builder. copy(AppAllowedTags model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppAllowedTags Modifier and Type Method Description App.Builder
App.Builder. allowedTags(List<AppAllowedTags> allowedTags)
A list of tags, acting as an OAuthClient, this App is allowed to access.
-