Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
GetIntegrationResponseResult |
AmazonApiGatewayClient.getIntegrationResponse(GetIntegrationResponseRequest getIntegrationResponseRequest)
Represents a get integration response.
|
GetIntegrationResponseResult |
AmazonApiGateway.getIntegrationResponse(GetIntegrationResponseRequest getIntegrationResponseRequest)
Represents a get integration response.
|
GetIntegrationResponseResult |
AbstractAmazonApiGateway.getIntegrationResponse(GetIntegrationResponseRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetIntegrationResponseResult> |
AmazonApiGatewayAsyncClient.getIntegrationResponseAsync(GetIntegrationResponseRequest request,
AsyncHandler<GetIntegrationResponseRequest,GetIntegrationResponseResult> asyncHandler) |
java.util.concurrent.Future<GetIntegrationResponseResult> |
AmazonApiGatewayAsync.getIntegrationResponseAsync(GetIntegrationResponseRequest getIntegrationResponseRequest,
AsyncHandler<GetIntegrationResponseRequest,GetIntegrationResponseResult> asyncHandler)
Represents a get integration response.
|
java.util.concurrent.Future<GetIntegrationResponseResult> |
AbstractAmazonApiGatewayAsync.getIntegrationResponseAsync(GetIntegrationResponseRequest request,
AsyncHandler<GetIntegrationResponseRequest,GetIntegrationResponseResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetIntegrationResponseResult |
GetIntegrationResponseResult.addResponseParametersEntry(java.lang.String key,
java.lang.String value) |
GetIntegrationResponseResult |
GetIntegrationResponseResult.addResponseTemplatesEntry(java.lang.String key,
java.lang.String value) |
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.withResponseParameters(java.util.Map<java.lang.String,java.lang.String> responseParameters)
Represents response parameters that can be read from the backend
response.
|
GetIntegrationResponseResult |
GetIntegrationResponseResult.withResponseTemplates(java.util.Map<java.lang.String,java.lang.String> responseTemplates)
Specifies the templates used to transform the integration response body.
|
GetIntegrationResponseResult |
GetIntegrationResponseResult.withSelectionPattern(java.lang.String selectionPattern)
Specifies the regular expression (regex) pattern used to choose an
integration response based on the response from the backend.
|
GetIntegrationResponseResult |
GetIntegrationResponseResult.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 |
---|---|
GetIntegrationResponseResult |
GetIntegrationResponseResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |