Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
GatewayResponse |
GatewayResponse.addResponseParametersEntry(String key,
String value) |
GatewayResponse |
GatewayResponse.addResponseTemplatesEntry(String key,
String value) |
GatewayResponse |
GatewayResponse.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
GatewayResponse |
GatewayResponse.clearResponseTemplatesEntries()
Removes all the entries added into ResponseTemplates.
|
GatewayResponse |
GatewayResponse.clone() |
GatewayResponse |
GatewayResponse.withDefaultResponse(Boolean defaultResponse)
A Boolean flag to indicate whether this GatewayResponse is the default gateway response (
true
) or not (false ). |
GatewayResponse |
GatewayResponse.withResponseParameters(Map<String,String> responseParameters)
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of
key-value pairs.
|
GatewayResponse |
GatewayResponse.withResponseTemplates(Map<String,String> responseTemplates)
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
|
GatewayResponse |
GatewayResponse.withResponseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
GatewayResponse |
GatewayResponse.withResponseType(String responseType)
The response type of the associated GatewayResponse.
|
GatewayResponse |
GatewayResponse.withStatusCode(String statusCode)
The HTTP status code for this GatewayResponse.
|
Modifier and Type | Method and Description |
---|---|
List<GatewayResponse> |
GetGatewayResponsesResult.getItems()
Returns the entire collection, because of no pagination support.
|
Modifier and Type | Method and Description |
---|---|
GetGatewayResponsesResult |
GetGatewayResponsesResult.withItems(GatewayResponse... items)
Returns the entire collection, because of no pagination support.
|
Modifier and Type | Method and Description |
---|---|
void |
GetGatewayResponsesResult.setItems(Collection<GatewayResponse> items)
Returns the entire collection, because of no pagination support.
|
GetGatewayResponsesResult |
GetGatewayResponsesResult.withItems(Collection<GatewayResponse> items)
Returns the entire collection, because of no pagination support.
|
Copyright © 2018. All rights reserved.