public static enum AWS2S3EndpointBuilderFactory.AWSS3RestartingPolicyEnum extends Enum<AWS2S3EndpointBuilderFactory.AWSS3RestartingPolicyEnum>
org.apache.camel.component.aws2.s3.stream.AWSS3RestartingPolicyEnum enum.| Modifier and Type | Method and Description |
|---|---|
static AWS2S3EndpointBuilderFactory.AWSS3RestartingPolicyEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AWS2S3EndpointBuilderFactory.AWSS3RestartingPolicyEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AWS2S3EndpointBuilderFactory.AWSS3RestartingPolicyEnum override
public static final AWS2S3EndpointBuilderFactory.AWSS3RestartingPolicyEnum lastPart
public static AWS2S3EndpointBuilderFactory.AWSS3RestartingPolicyEnum[] values()
for (AWS2S3EndpointBuilderFactory.AWSS3RestartingPolicyEnum c : AWS2S3EndpointBuilderFactory.AWSS3RestartingPolicyEnum.values()) System.out.println(c);
public static AWS2S3EndpointBuilderFactory.AWSS3RestartingPolicyEnum 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