| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ContentType |
FixedResponse.getContentType()
Deprecated.
|
ContentType |
FixedResponse.Jsii$Proxy.getContentType()
Deprecated.
|
ContentType |
AddFixedResponseProps.Jsii$Proxy.getContentType()
Deprecated.
|
static ContentType |
ContentType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ContentType[] |
ContentType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FixedResponse.Builder |
FixedResponse.Builder.contentType(ContentType contentType)
Deprecated.
|
AddFixedResponseProps.Builder |
AddFixedResponseProps.Builder.contentType(ContentType contentType)
Deprecated.
|
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends ListenerCondition> conditions,
String hostHeader,
String pathPattern,
List<String> pathPatterns,
Number priority,
String statusCode,
ContentType contentType,
String messageBody)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
AddFixedResponseProps.Builder. |
Jsii$Proxy(String statusCode,
ContentType contentType,
String messageBody)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
FixedResponse.Builder. |
Copyright © 2021. All rights reserved.