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