Uses of Class
com.oracle.bmc.opsi.model.CredentialDetails.CredentialType
-
Packages that use CredentialDetails.CredentialType Package Description com.oracle.bmc.opsi.model -
-
Uses of CredentialDetails.CredentialType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return CredentialDetails.CredentialType Modifier and Type Method Description static CredentialDetails.CredentialType
CredentialDetails.CredentialType. create(String key)
static CredentialDetails.CredentialType
CredentialDetails.CredentialType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CredentialDetails.CredentialType[]
CredentialDetails.CredentialType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-