public static enum ListTagsForResourcesRequest.ResourceTypeEnum extends Enum<ListTagsForResourcesRequest.ResourceTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListTagsForResourcesRequest.ResourceTypeEnum.Adapter |
| Enum Constant and Description |
|---|
BAREMACHINE |
CLUSTER |
NODEPOOL |
| Modifier and Type | Method and Description |
|---|---|
static ListTagsForResourcesRequest.ResourceTypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static ListTagsForResourcesRequest.ResourceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListTagsForResourcesRequest.ResourceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListTagsForResourcesRequest.ResourceTypeEnum CLUSTER
public static final ListTagsForResourcesRequest.ResourceTypeEnum NODEPOOL
public static final ListTagsForResourcesRequest.ResourceTypeEnum BAREMACHINE
public static ListTagsForResourcesRequest.ResourceTypeEnum[] values()
for (ListTagsForResourcesRequest.ResourceTypeEnum c : ListTagsForResourcesRequest.ResourceTypeEnum.values()) System.out.println(c);
public static ListTagsForResourcesRequest.ResourceTypeEnum 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 String getValue()
public String toString()
toString in class Enum<ListTagsForResourcesRequest.ResourceTypeEnum>public static ListTagsForResourcesRequest.ResourceTypeEnum fromValue(String input)
Copyright © 2024. All rights reserved.