| Modifier and Type | Method and Description |
|---|---|
RedirectStatus |
CustomRule.getStatus()
(experimental) The status code for a URL rewrite or redirect rule.
|
default RedirectStatus |
CustomRuleOptions.getStatus()
(experimental) The status code for a URL rewrite or redirect rule.
|
RedirectStatus |
CustomRuleOptions.Jsii$Proxy.getStatus() |
static RedirectStatus |
RedirectStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedirectStatus[] |
RedirectStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRule.Builder |
CustomRule.Builder.status(RedirectStatus status)
(experimental) The status code for a URL rewrite or redirect rule.
|
CustomRuleOptions.Builder |
CustomRuleOptions.Builder.status(RedirectStatus status)
Sets the value of
CustomRuleOptions.getStatus() |
Copyright © 2022. All rights reserved.