Package | Description |
---|---|
com.oracle.bmc.waf.model |
Modifier and Type | Class and Description |
---|---|
class |
DynamicHttpResponseBody
Allows returning dynamically generated HTTP response body based on the provided template.
|
class |
StaticTextHttpResponseBody
Allows returning static text as HTTP response body.
|
Modifier and Type | Method and Description |
---|---|
HttpResponseBody |
ReturnHttpResponseAction.getBody() |
Modifier and Type | Method and Description |
---|---|
ReturnHttpResponseAction.Builder |
ReturnHttpResponseAction.Builder.body(HttpResponseBody body) |
Constructor and Description |
---|
ReturnHttpResponseAction(String name,
Integer code,
List<ResponseHeader> headers,
HttpResponseBody body)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.