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 putIntegrationResponseRequest)
Represents a put integration.
|
PutIntegrationResponseResult |
AmazonApiGateway.putIntegrationResponse(PutIntegrationResponseRequest putIntegrationResponseRequest)
Represents a put integration.
|
Modifier and Type | Method and Description |
---|---|
Future<PutIntegrationResponseResult> |
AmazonApiGatewayAsyncClient.putIntegrationResponseAsync(PutIntegrationResponseRequest request,
AsyncHandler<PutIntegrationResponseRequest,PutIntegrationResponseResult> asyncHandler) |
Future<PutIntegrationResponseResult> |
AmazonApiGatewayAsync.putIntegrationResponseAsync(PutIntegrationResponseRequest putIntegrationResponseRequest,
AsyncHandler<PutIntegrationResponseRequest,PutIntegrationResponseResult> asyncHandler)
Represents a put integration.
|
Future<PutIntegrationResponseResult> |
AbstractAmazonApiGatewayAsync.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.withResponseParameters(Map<String,String> responseParameters)
Represents response parameters that can be read from the backend
response.
|
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 backend.
|
PutIntegrationResponseResult |
PutIntegrationResponseResult.withStatusCode(String statusCode)
Specifies the status code that is used to map the integration response to
an existing MethodResponse.
|
Copyright © 2018. All rights reserved.