| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AddFixedResponseProps
Deprecated.
Use `ApplicationListener.addAction` instead.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AddFixedResponseProps.Jsii$Proxy
Deprecated.
|
static class |
FixedResponse.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FixedResponse |
FixedResponse.Builder.build()
Deprecated.
|
FixedResponse |
ApplicationListenerRuleProps.Jsii$Proxy.getFixedResponse() |
default FixedResponse |
BaseApplicationListenerRuleProps.getFixedResponse()
Deprecated.
Use `action` instead.
|
FixedResponse |
BaseApplicationListenerRuleProps.Jsii$Proxy.getFixedResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationListenerRule.addFixedResponse(FixedResponse fixedResponse)
Deprecated.
Use configureAction instead
|
ApplicationListenerRuleProps.Builder |
ApplicationListenerRuleProps.Builder.fixedResponse(FixedResponse fixedResponse)
Deprecated.
Use `action` instead.
|
ApplicationListenerRule.Builder |
ApplicationListenerRule.Builder.fixedResponse(FixedResponse fixedResponse)
Deprecated.
Use `action` instead.
|
BaseApplicationListenerRuleProps.Builder |
BaseApplicationListenerRuleProps.Builder.fixedResponse(FixedResponse fixedResponse)
Deprecated.
Use `action` instead.
|
Copyright © 2022. All rights reserved.