public static enum ManagedDatabaseCredential.CredentialType extends Enum<ManagedDatabaseCredential.CredentialType> implements BmcEnum
Indicates the type of credential required to retrieve the details of the optimizer statistics tasks.
Modifier and Type | Method and Description |
---|---|
static ManagedDatabaseCredential.CredentialType |
create(String key) |
String |
getValue() |
static ManagedDatabaseCredential.CredentialType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedDatabaseCredential.CredentialType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagedDatabaseCredential.CredentialType Secret
public static final ManagedDatabaseCredential.CredentialType Password
public static ManagedDatabaseCredential.CredentialType[] values()
for (ManagedDatabaseCredential.CredentialType c : ManagedDatabaseCredential.CredentialType.values()) System.out.println(c);
public static ManagedDatabaseCredential.CredentialType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ManagedDatabaseCredential.CredentialType create(String key)
Copyright © 2016–2024. All rights reserved.