@Generated(value="software.amazon.awssdk:codegen") public enum DeliveryStreamFailureType extends Enum<DeliveryStreamFailureType>
| Modifier and Type | Method and Description |
|---|---|
static DeliveryStreamFailureType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<DeliveryStreamFailureType> |
knownValues()
|
String |
toString() |
static DeliveryStreamFailureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryStreamFailureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeliveryStreamFailureType RETIRE_KMS_GRANT_FAILED
public static final DeliveryStreamFailureType CREATE_KMS_GRANT_FAILED
public static final DeliveryStreamFailureType KMS_ACCESS_DENIED
public static final DeliveryStreamFailureType DISABLED_KMS_KEY
public static final DeliveryStreamFailureType INVALID_KMS_KEY
public static final DeliveryStreamFailureType KMS_KEY_NOT_FOUND
public static final DeliveryStreamFailureType KMS_OPT_IN_REQUIRED
public static final DeliveryStreamFailureType CREATE_ENI_FAILED
public static final DeliveryStreamFailureType DELETE_ENI_FAILED
public static final DeliveryStreamFailureType SUBNET_NOT_FOUND
public static final DeliveryStreamFailureType SECURITY_GROUP_NOT_FOUND
public static final DeliveryStreamFailureType ENI_ACCESS_DENIED
public static final DeliveryStreamFailureType SUBNET_ACCESS_DENIED
public static final DeliveryStreamFailureType SECURITY_GROUP_ACCESS_DENIED
public static final DeliveryStreamFailureType UNKNOWN_ERROR
public static final DeliveryStreamFailureType UNKNOWN_TO_SDK_VERSION
public static DeliveryStreamFailureType[] values()
for (DeliveryStreamFailureType c : DeliveryStreamFailureType.values()) System.out.println(c);
public static DeliveryStreamFailureType 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<DeliveryStreamFailureType>public static DeliveryStreamFailureType fromValue(String value)
value - real valuepublic static Set<DeliveryStreamFailureType> 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 DeliveryStreamFailureTypesCopyright © 2023. All rights reserved.