| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
FixedResponseActionConfig |
FixedResponseActionConfig.clone() |
FixedResponseActionConfig |
Action.getFixedResponseConfig()
[Application Load Balancer] Information for creating an action that returns a custom HTTP response.
|
FixedResponseActionConfig |
FixedResponseActionConfig.withContentType(String contentType)
The content type.
|
FixedResponseActionConfig |
FixedResponseActionConfig.withMessageBody(String messageBody)
The message.
|
FixedResponseActionConfig |
FixedResponseActionConfig.withStatusCode(String statusCode)
The HTTP response code (2XX, 4XX, or 5XX).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setFixedResponseConfig(FixedResponseActionConfig fixedResponseConfig)
[Application Load Balancer] Information for creating an action that returns a custom HTTP response.
|
Action |
Action.withFixedResponseConfig(FixedResponseActionConfig fixedResponseConfig)
[Application Load Balancer] Information for creating an action that returns a custom HTTP response.
|
Copyright © 2021. All rights reserved.