| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateGatewayResponseResult |
AmazonApiGatewayClient.updateGatewayResponse(UpdateGatewayResponseRequest request)
Updates a GatewayResponse of a specified response type on the given RestApi.
|
UpdateGatewayResponseResult |
AmazonApiGateway.updateGatewayResponse(UpdateGatewayResponseRequest updateGatewayResponseRequest)
Updates a GatewayResponse of a specified response type on the given RestApi.
|
UpdateGatewayResponseResult |
AbstractAmazonApiGateway.updateGatewayResponse(UpdateGatewayResponseRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateGatewayResponseResult> |
AbstractAmazonApiGatewayAsync.updateGatewayResponseAsync(UpdateGatewayResponseRequest request,
AsyncHandler<UpdateGatewayResponseRequest,UpdateGatewayResponseResult> asyncHandler) |
Future<UpdateGatewayResponseResult> |
AmazonApiGatewayAsyncClient.updateGatewayResponseAsync(UpdateGatewayResponseRequest request,
AsyncHandler<UpdateGatewayResponseRequest,UpdateGatewayResponseResult> asyncHandler) |
Future<UpdateGatewayResponseResult> |
AmazonApiGatewayAsync.updateGatewayResponseAsync(UpdateGatewayResponseRequest updateGatewayResponseRequest,
AsyncHandler<UpdateGatewayResponseRequest,UpdateGatewayResponseResult> asyncHandler)
Updates a GatewayResponse of a specified response type on the given RestApi.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGatewayResponseResult |
UpdateGatewayResponseResult.addResponseParametersEntry(String key,
String value)
Add a single ResponseParameters entry
|
UpdateGatewayResponseResult |
UpdateGatewayResponseResult.addResponseTemplatesEntry(String key,
String value)
Add a single ResponseTemplates entry
|
UpdateGatewayResponseResult |
UpdateGatewayResponseResult.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
UpdateGatewayResponseResult |
UpdateGatewayResponseResult.clearResponseTemplatesEntries()
Removes all the entries added into ResponseTemplates.
|
UpdateGatewayResponseResult |
UpdateGatewayResponseResult.clone() |
UpdateGatewayResponseResult |
UpdateGatewayResponseResult.withDefaultResponse(Boolean defaultResponse)
A Boolean flag to indicate whether this GatewayResponse is the default gateway response (
true
) or not (false). |
UpdateGatewayResponseResult |
UpdateGatewayResponseResult.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.
|
UpdateGatewayResponseResult |
UpdateGatewayResponseResult.withResponseTemplates(Map<String,String> responseTemplates)
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
|
UpdateGatewayResponseResult |
UpdateGatewayResponseResult.withResponseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
UpdateGatewayResponseResult |
UpdateGatewayResponseResult.withResponseType(String responseType)
The response type of the associated GatewayResponse.
|
UpdateGatewayResponseResult |
UpdateGatewayResponseResult.withStatusCode(String statusCode)
The HTTP status code for this GatewayResponse.
|
Copyright © 2020. All rights reserved.