public static enum KeyVersionSummary.Origin extends Enum<KeyVersionSummary.Origin> implements BmcEnum
The source of the key material. When this value is INTERNAL, Key Management created the key material. When this value is EXTERNAL, the key material was imported from an external source.
Enum Constant and Description |
---|
External |
Internal |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static KeyVersionSummary.Origin |
create(String key) |
String |
getValue() |
static KeyVersionSummary.Origin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyVersionSummary.Origin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyVersionSummary.Origin Internal
public static final KeyVersionSummary.Origin External
public static final KeyVersionSummary.Origin UnknownEnumValue
public static KeyVersionSummary.Origin[] values()
for (KeyVersionSummary.Origin c : KeyVersionSummary.Origin.values()) System.out.println(c);
public static KeyVersionSummary.Origin 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 KeyVersionSummary.Origin create(String key)
Copyright © 2016–2024. All rights reserved.