Uses of Class
com.oracle.bmc.vault.model.BytesGenerationContext.GenerationTemplate
-
Packages that use BytesGenerationContext.GenerationTemplate Package Description com.oracle.bmc.vault.model -
-
Uses of BytesGenerationContext.GenerationTemplate in com.oracle.bmc.vault.model
Methods in com.oracle.bmc.vault.model that return BytesGenerationContext.GenerationTemplate Modifier and Type Method Description static BytesGenerationContext.GenerationTemplate
BytesGenerationContext.GenerationTemplate. create(String key)
BytesGenerationContext.GenerationTemplate
BytesGenerationContext. getGenerationTemplate()
Name of random bytes generation template for generating random byte type secret.static BytesGenerationContext.GenerationTemplate
BytesGenerationContext.GenerationTemplate. valueOf(String name)
Returns the enum constant of this type with the specified name.static BytesGenerationContext.GenerationTemplate[]
BytesGenerationContext.GenerationTemplate. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vault.model with parameters of type BytesGenerationContext.GenerationTemplate Modifier and Type Method Description BytesGenerationContext.Builder
BytesGenerationContext.Builder. generationTemplate(BytesGenerationContext.GenerationTemplate generationTemplate)
Name of random bytes generation template for generating random byte type secret.Constructors in com.oracle.bmc.vault.model with parameters of type BytesGenerationContext.GenerationTemplate Constructor Description BytesGenerationContext(String secretTemplate, BytesGenerationContext.GenerationTemplate generationTemplate)
Deprecated.
-