public static enum SourceData.Type extends Enum<SourceData.Type>
SourceData.type()| Enum Constant and Description |
|---|
ACM_PCA_ARN |
UNKNOWN_TO_SDK_VERSION |
X509_CERTIFICATE_DATA |
| Modifier and Type | Method and Description |
|---|---|
static SourceData.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceData.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceData.Type ACM_PCA_ARN
public static final SourceData.Type X509_CERTIFICATE_DATA
public static final SourceData.Type UNKNOWN_TO_SDK_VERSION
public static SourceData.Type[] values()
for (SourceData.Type c : SourceData.Type.values()) System.out.println(c);
public static SourceData.Type 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 nullCopyright © 2022. All rights reserved.