| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
FixedResponseAction |
RuleAction.fixedResponse()
Describes the rule action that returns a custom HTTP response.
|
| Modifier and Type | Method and Description |
|---|---|
RuleAction.Builder |
RuleAction.Builder.fixedResponse(FixedResponseAction fixedResponse)
Describes the rule action that returns a custom HTTP response.
|
static RuleAction |
RuleAction.fromFixedResponse(FixedResponseAction fixedResponse)
Create an instance of this class with
RuleAction.fixedResponse() initialized to the given value. |
Copyright © 2023. All rights reserved.