| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static GetMethodResponseResponse.Builder |
GetMethodResponseResponse.builder() |
GetMethodResponseResponse.Builder |
GetMethodResponseResponse.Builder.responseModels(Map<String,String> responseModels)
Specifies the Model resources used for the response's content-type.
|
GetMethodResponseResponse.Builder |
GetMethodResponseResponse.Builder.responseParameters(Map<String,Boolean> responseParameters)
A key-value map specifying required or optional response parameters that API Gateway can send back to the
caller.
|
GetMethodResponseResponse.Builder |
GetMethodResponseResponse.Builder.statusCode(String statusCodeValue)
The method response's status code.
|
GetMethodResponseResponse.Builder |
GetMethodResponseResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMethodResponseResponse.Builder> |
GetMethodResponseResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.