Uses of Class
com.oracle.bmc.identity.model.StandardTagDefinitionTemplate
-
Packages that use StandardTagDefinitionTemplate Package Description com.oracle.bmc.identity.model -
-
Uses of StandardTagDefinitionTemplate in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return StandardTagDefinitionTemplate Modifier and Type Method Description StandardTagDefinitionTemplate
StandardTagDefinitionTemplate.Builder. build()
Methods in com.oracle.bmc.identity.model that return types with arguments of type StandardTagDefinitionTemplate Modifier and Type Method Description List<StandardTagDefinitionTemplate>
StandardTagNamespaceTemplate. getTagDefinitionTemplates()
The template of the tag definition.Methods in com.oracle.bmc.identity.model with parameters of type StandardTagDefinitionTemplate Modifier and Type Method Description StandardTagDefinitionTemplate.Builder
StandardTagDefinitionTemplate.Builder. copy(StandardTagDefinitionTemplate model)
Method parameters in com.oracle.bmc.identity.model with type arguments of type StandardTagDefinitionTemplate Modifier and Type Method Description StandardTagNamespaceTemplate.Builder
StandardTagNamespaceTemplate.Builder. tagDefinitionTemplates(List<StandardTagDefinitionTemplate> tagDefinitionTemplates)
The template of the tag definition.Constructor parameters in com.oracle.bmc.identity.model with type arguments of type StandardTagDefinitionTemplate Constructor Description StandardTagNamespaceTemplate(String description, String standardTagNamespaceName, List<StandardTagDefinitionTemplate> tagDefinitionTemplates, String status)
Deprecated.
-