| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateIntegrationResponseResult |
AmazonApiGatewayClient.updateIntegrationResponse(UpdateIntegrationResponseRequest request)
Represents an update integration response.
|
UpdateIntegrationResponseResult |
AmazonApiGateway.updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest)
Represents an update integration response.
|
UpdateIntegrationResponseResult |
AbstractAmazonApiGateway.updateIntegrationResponse(UpdateIntegrationResponseRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateIntegrationResponseResult> |
AmazonApiGatewayAsyncClient.updateIntegrationResponseAsync(UpdateIntegrationResponseRequest request,
AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler) |
Future<UpdateIntegrationResponseResult> |
AbstractAmazonApiGatewayAsync.updateIntegrationResponseAsync(UpdateIntegrationResponseRequest request,
AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler) |
Future<UpdateIntegrationResponseResult> |
AmazonApiGatewayAsync.updateIntegrationResponseAsync(UpdateIntegrationResponseRequest updateIntegrationResponseRequest,
AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler)
Represents an update integration response.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.addResponseParametersEntry(String key,
String value) |
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.addResponseTemplatesEntry(String key,
String value) |
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.clearResponseTemplatesEntries()
Removes all the entries added into ResponseTemplates.
|
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.clone() |
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.withContentHandling(String contentHandling)
Specifies how to handle response payload content type conversions.
|
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.withResponseParameters(Map<String,String> responseParameters)
A key-value map specifying response parameters that are passed to the method response from the back end.
|
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.withResponseTemplates(Map<String,String> responseTemplates)
Specifies the templates used to transform the integration response body.
|
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.withSelectionPattern(String selectionPattern)
Specifies the regular expression (regex) pattern used to choose an integration response based on the response
from the back end.
|
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.withStatusCode(String statusCode)
Specifies the status code that is used to map the integration response to an existing MethodResponse.
|
Copyright © 2017. All rights reserved.