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