public enum S3SignatureVersion extends Enum<S3SignatureVersion>
Modifier and Type | Method and Description |
---|---|
static S3SignatureVersion |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static S3SignatureVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3SignatureVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final S3SignatureVersion V2
public static final S3SignatureVersion V4
public static S3SignatureVersion[] values()
for (S3SignatureVersion c : S3SignatureVersion.values()) System.out.println(c);
public static S3SignatureVersion 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 getValue()
public String toString()
toString
in class Enum<S3SignatureVersion>
public static S3SignatureVersion fromValue(String text)
Copyright © 2025. All rights reserved.