Modifier and Type | Method and Description |
---|---|
static S3Configuration.Protocol |
S3Configuration.Protocol.fromValue(String value) |
S3Configuration.Protocol |
S3Configuration.getProtocol()
Whether you are using HTTP or HTTPS
|
static S3Configuration.Protocol |
S3Configuration.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3Configuration.Protocol[] |
S3Configuration.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
S3Configuration.setProtocol(S3Configuration.Protocol protocol)
Whether you are using HTTP or HTTPS
|
S3Configuration |
S3Configuration.withProtocol(S3Configuration.Protocol protocol) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.