Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateIntegrationResponseResult |
AmazonApiGatewayClient.updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest)
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 |
---|---|
java.util.concurrent.Future<UpdateIntegrationResponseResult> |
AmazonApiGatewayAsyncClient.updateIntegrationResponseAsync(UpdateIntegrationResponseRequest request,
AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler) |
java.util.concurrent.Future<UpdateIntegrationResponseResult> |
AmazonApiGatewayAsync.updateIntegrationResponseAsync(UpdateIntegrationResponseRequest updateIntegrationResponseRequest,
AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler)
Represents an update integration response.
|
java.util.concurrent.Future<UpdateIntegrationResponseResult> |
AbstractAmazonApiGatewayAsync.updateIntegrationResponseAsync(UpdateIntegrationResponseRequest request,
AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.addResponseParametersEntry(java.lang.String key,
java.lang.String value) |
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.addResponseTemplatesEntry(java.lang.String key,
java.lang.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(java.util.Map<java.lang.String,java.lang.String> responseParameters)
Represents response parameters that can be read from the backend
response.
|
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.withResponseTemplates(java.util.Map<java.lang.String,java.lang.String> responseTemplates)
Specifies the templates used to transform the integration response body.
|
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.withSelectionPattern(java.lang.String selectionPattern)
Specifies the regular expression (regex) pattern used to choose an
integration response based on the response from the backend.
|
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.withStatusCode(java.lang.String statusCode)
Specifies the status code that is used to map the integration response to
an existing MethodResponse.
|
Modifier and Type | Method and Description |
---|---|
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |