@Generated(value="software.amazon.awssdk:codegen") public enum ListServiceInstancesFilterBy extends Enum<ListServiceInstancesFilterBy>
| Enum Constant and Description |
|---|
CREATED_AT_AFTER |
CREATED_AT_BEFORE |
DEPLOYED_TEMPLATE_VERSION_STATUS |
DEPLOYMENT_STATUS |
ENVIRONMENT_NAME |
LAST_DEPLOYMENT_ATTEMPTED_AT_AFTER |
LAST_DEPLOYMENT_ATTEMPTED_AT_BEFORE |
NAME |
SERVICE_NAME |
TEMPLATE_NAME |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static ListServiceInstancesFilterBy |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<ListServiceInstancesFilterBy> |
knownValues()
|
String |
toString() |
static ListServiceInstancesFilterBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListServiceInstancesFilterBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListServiceInstancesFilterBy NAME
public static final ListServiceInstancesFilterBy DEPLOYMENT_STATUS
public static final ListServiceInstancesFilterBy TEMPLATE_NAME
public static final ListServiceInstancesFilterBy SERVICE_NAME
public static final ListServiceInstancesFilterBy DEPLOYED_TEMPLATE_VERSION_STATUS
public static final ListServiceInstancesFilterBy ENVIRONMENT_NAME
public static final ListServiceInstancesFilterBy LAST_DEPLOYMENT_ATTEMPTED_AT_BEFORE
public static final ListServiceInstancesFilterBy LAST_DEPLOYMENT_ATTEMPTED_AT_AFTER
public static final ListServiceInstancesFilterBy CREATED_AT_BEFORE
public static final ListServiceInstancesFilterBy CREATED_AT_AFTER
public static final ListServiceInstancesFilterBy UNKNOWN_TO_SDK_VERSION
public static ListServiceInstancesFilterBy[] values()
for (ListServiceInstancesFilterBy c : ListServiceInstancesFilterBy.values()) System.out.println(c);
public static ListServiceInstancesFilterBy 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 toString()
toString in class Enum<ListServiceInstancesFilterBy>public static ListServiceInstancesFilterBy fromValue(String value)
value - real valuepublic static Set<ListServiceInstancesFilterBy> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known ListServiceInstancesFilterBysCopyright © 2023. All rights reserved.