| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
TestInvokeMethodResponse.Builder |
TestInvokeMethodResponse.Builder.body(String body)
The body of the HTTP response.
|
static TestInvokeMethodResponse.Builder |
TestInvokeMethodResponse.builder() |
TestInvokeMethodResponse.Builder |
TestInvokeMethodResponse.Builder.headers(Map<String,String> headers)
The headers of the HTTP response.
|
TestInvokeMethodResponse.Builder |
TestInvokeMethodResponse.Builder.latency(Long latency)
The execution latency, in ms, of the test invoke request.
|
TestInvokeMethodResponse.Builder |
TestInvokeMethodResponse.Builder.log(String log)
The API Gateway execution log for the test invoke request.
|
TestInvokeMethodResponse.Builder |
TestInvokeMethodResponse.Builder.multiValueHeaders(Map<String,? extends Collection<String>> multiValueHeaders)
The headers of the HTTP response as a map from string to list of values.
|
TestInvokeMethodResponse.Builder |
TestInvokeMethodResponse.Builder.status(Integer status)
The HTTP status code.
|
TestInvokeMethodResponse.Builder |
TestInvokeMethodResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestInvokeMethodResponse.Builder> |
TestInvokeMethodResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.