Package | Description |
---|---|
com.amazonaws.s3.model |
Modifier and Type | Method and Description |
---|---|
static Protocol |
Protocol.fromValue(String value) |
Protocol |
RedirectAllRequestsTo.protocol() |
Protocol |
RedirectAllRequestsTo.BuilderImpl.protocol() |
Protocol |
Redirect.protocol() |
Protocol |
Redirect.BuilderImpl.protocol() |
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<Protocol> |
Protocol.knownValues() |
Modifier and Type | Method and Description |
---|---|
RedirectAllRequestsTo.Builder |
RedirectAllRequestsTo.Builder.protocol(Protocol protocol) |
RedirectAllRequestsTo.Builder |
RedirectAllRequestsTo.BuilderImpl.protocol(Protocol protocol) |
Redirect.Builder |
Redirect.Builder.protocol(Protocol protocol) |
Redirect.Builder |
Redirect.BuilderImpl.protocol(Protocol protocol) |
Copyright © 2021. All rights reserved.