Uses of Class
org.kiwiproject.ansible.vault.VaultEncryptStringCommand
-
Packages that use VaultEncryptStringCommand Package Description org.kiwiproject.ansible.vault -
-
Uses of VaultEncryptStringCommand in org.kiwiproject.ansible.vault
Methods in org.kiwiproject.ansible.vault that return VaultEncryptStringCommand Modifier and Type Method Description static VaultEncryptStringCommandVaultEncryptStringCommand. from(VaultConfiguration configuration, String plainText, String variableName)Create an instance.static VaultEncryptStringCommandVaultEncryptStringCommand. from(VaultConfiguration configuration, String vaultIdLabel, String plainText, String variableName)Create an instance.
-