| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default RedirectProtocol |
RoutingRule.getProtocol()
(experimental) Protocol to use when redirecting requests.
|
RedirectProtocol |
RoutingRule.Jsii$Proxy.getProtocol() |
default RedirectProtocol |
RedirectTarget.getProtocol()
(experimental) Protocol to use when redirecting requests.
|
RedirectProtocol |
RedirectTarget.Jsii$Proxy.getProtocol() |
static RedirectProtocol |
RedirectProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedirectProtocol[] |
RedirectProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RoutingRule.Builder |
RoutingRule.Builder.protocol(RedirectProtocol protocol)
Sets the value of
RoutingRule.getProtocol() |
RedirectTarget.Builder |
RedirectTarget.Builder.protocol(RedirectProtocol protocol)
Sets the value of
RedirectTarget.getProtocol() |
| Constructor and Description |
|---|
Jsii$Proxy(RoutingRuleCondition condition,
String hostName,
String httpRedirectCode,
RedirectProtocol protocol,
ReplaceKey replaceKey)
Constructor that initializes the object based on literal property values passed by the
RoutingRule.Builder. |
Jsii$Proxy(String hostName,
RedirectProtocol protocol)
Constructor that initializes the object based on literal property values passed by the
RedirectTarget.Builder. |
Copyright © 2021. All rights reserved.