Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
UpdateIntegrationResponseResult |
AbstractAmazonApiGateway.updateIntegrationResponse(UpdateIntegrationResponseRequest request) |
UpdateIntegrationResponseResult |
AmazonApiGatewayClient.updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest)
Represents an update integration response.
|
UpdateIntegrationResponseResult |
AmazonApiGateway.updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest)
Represents an update integration response.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateIntegrationResponseResult> |
AmazonApiGatewayAsyncClient.updateIntegrationResponseAsync(UpdateIntegrationResponseRequest request,
AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler) |
Future<UpdateIntegrationResponseResult> |
AmazonApiGatewayAsync.updateIntegrationResponseAsync(UpdateIntegrationResponseRequest updateIntegrationResponseRequest,
AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler)
Represents an update integration response.
|
Future<UpdateIntegrationResponseResult> |
AbstractAmazonApiGatewayAsync.updateIntegrationResponseAsync(UpdateIntegrationResponseRequest request,
AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler) |
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.withResponseParameters(Map<String,String> responseParameters)
Represents response parameters that can be read from the backend
response.
|
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 backend.
|
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.withStatusCode(String statusCode)
Specifies the status code that is used to map the integration response to
an existing MethodResponse.
|
Copyright © 2018. All rights reserved.