public enum AwsSdkClient extends java.lang.Enum<AwsSdkClient>
Enum Constant and Description |
---|
APACHE |
NETTY_IO |
URL_CONNECTION |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Dependency> |
dependencies(GeneratorContext generatorContext,
Dependency.Builder awsSdkDependency,
AwsSdkClient clientIfGraalVM) |
Dependency.Builder |
getDependency() |
static AwsSdkClient |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AwsSdkClient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwsSdkClient APACHE
public static final AwsSdkClient URL_CONNECTION
public static final AwsSdkClient NETTY_IO
public static AwsSdkClient[] values()
for (AwsSdkClient c : AwsSdkClient.values()) System.out.println(c);
public static AwsSdkClient valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@NonNull public Dependency.Builder getDependency()
@NonNull public static java.util.List<Dependency> dependencies(@NonNull GeneratorContext generatorContext, @NonNull Dependency.Builder awsSdkDependency, @NonNull AwsSdkClient clientIfGraalVM)