Uses of Class
us.abstracta.jmeter.javadsl.azure.api.Secret.SecretType
-
Packages that use Secret.SecretType Package Description us.abstracta.jmeter.javadsl.azure.api -
-
Uses of Secret.SecretType in us.abstracta.jmeter.javadsl.azure.api
Methods in us.abstracta.jmeter.javadsl.azure.api that return Secret.SecretType Modifier and Type Method Description static Secret.SecretTypeSecret.SecretType. valueOf(String name)Returns the enum constant of this type with the specified name.static Secret.SecretType[]Secret.SecretType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in us.abstracta.jmeter.javadsl.azure.api with parameters of type Secret.SecretType Constructor Description Secret(Secret.SecretType type, String value)
-