Uses of Class
com.oracle.bmc.identitydomains.model.AppAllowedTags.Builder
-
Packages that use AppAllowedTags.Builder Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppAllowedTags.Builder in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppAllowedTags.Builder Modifier and Type Method Description static AppAllowedTags.BuilderAppAllowedTags. builder()Create a new builder.AppAllowedTags.BuilderAppAllowedTags.Builder. copy(AppAllowedTags model)AppAllowedTags.BuilderAppAllowedTags.Builder. key(String key)Key or name of the allowed tag.AppAllowedTags.BuilderAppAllowedTags.Builder. readOnly(Boolean readOnly)If true, indicates that this value must be protected.AppAllowedTags.BuilderAppAllowedTags. toBuilder()AppAllowedTags.BuilderAppAllowedTags.Builder. value(String value)Value of the allowed tag.
-