public static enum EKSEndpointBuilderFactory.Protocol extends Enum<EKSEndpointBuilderFactory.Protocol>
com.amazonaws.Protocol enum.| Modifier and Type | Method and Description |
|---|---|
static EKSEndpointBuilderFactory.Protocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EKSEndpointBuilderFactory.Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EKSEndpointBuilderFactory.Protocol HTTP
public static final EKSEndpointBuilderFactory.Protocol HTTPS
public static EKSEndpointBuilderFactory.Protocol[] values()
for (EKSEndpointBuilderFactory.Protocol c : EKSEndpointBuilderFactory.Protocol.values()) System.out.println(c);
public static EKSEndpointBuilderFactory.Protocol 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 nullApache Camel