Uses of Class
com.oracle.bmc.vault.model.SshKeyGenerationContext.Builder
-
Packages that use SshKeyGenerationContext.Builder Package Description com.oracle.bmc.vault.model -
-
Uses of SshKeyGenerationContext.Builder in com.oracle.bmc.vault.model
Methods in com.oracle.bmc.vault.model that return SshKeyGenerationContext.Builder Modifier and Type Method Description static SshKeyGenerationContext.Builder
SshKeyGenerationContext. builder()
Create a new builder.SshKeyGenerationContext.Builder
SshKeyGenerationContext.Builder. copy(SshKeyGenerationContext model)
SshKeyGenerationContext.Builder
SshKeyGenerationContext.Builder. generationTemplate(SshKeyGenerationContext.GenerationTemplate generationTemplate)
Name of SSH key generation template to generate SSH key type secret.SshKeyGenerationContext.Builder
SshKeyGenerationContext.Builder. secretTemplate(String secretTemplate)
SshKeyGenerationContext.Builder
SshKeyGenerationContext. toBuilder()
-