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