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