Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
IntegrationResponse |
IntegrationResponse.addResponseParametersEntry(String key,
String value) |
IntegrationResponse |
IntegrationResponse.addResponseTemplatesEntry(String key,
String value) |
IntegrationResponse |
IntegrationResponse.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
IntegrationResponse |
IntegrationResponse.clearResponseTemplatesEntries()
Removes all the entries added into ResponseTemplates.
|
IntegrationResponse |
IntegrationResponse.clone() |
IntegrationResponse |
IntegrationResponse.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
IntegrationResponse |
IntegrationResponse.withContentHandling(String contentHandling)
Specifies how to handle response payload content type conversions.
|
IntegrationResponse |
IntegrationResponse.withResponseParameters(Map<String,String> responseParameters)
A key-value map specifying response parameters that are passed to the method response from the back end.
|
IntegrationResponse |
IntegrationResponse.withResponseTemplates(Map<String,String> responseTemplates)
Specifies the templates used to transform the integration response body.
|
IntegrationResponse |
IntegrationResponse.withSelectionPattern(String selectionPattern)
Specifies the regular expression (regex) pattern used to choose an integration response based on the response
from the back end.
|
IntegrationResponse |
IntegrationResponse.withStatusCode(String statusCode)
Specifies the status code that is used to map the integration response to an existing MethodResponse.
|
Modifier and Type | Method and Description |
---|---|
Map<String,IntegrationResponse> |
GetIntegrationResult.getIntegrationResponses()
Specifies the integration's responses.
|
Map<String,IntegrationResponse> |
Integration.getIntegrationResponses()
Specifies the integration's responses.
|
Map<String,IntegrationResponse> |
UpdateIntegrationResult.getIntegrationResponses()
Specifies the integration's responses.
|
Map<String,IntegrationResponse> |
PutIntegrationResult.getIntegrationResponses()
Specifies the integration's responses.
|
Modifier and Type | Method and Description |
---|---|
GetIntegrationResult |
GetIntegrationResult.addIntegrationResponsesEntry(String key,
IntegrationResponse value) |
Integration |
Integration.addIntegrationResponsesEntry(String key,
IntegrationResponse value) |
UpdateIntegrationResult |
UpdateIntegrationResult.addIntegrationResponsesEntry(String key,
IntegrationResponse value) |
PutIntegrationResult |
PutIntegrationResult.addIntegrationResponsesEntry(String key,
IntegrationResponse value) |
Modifier and Type | Method and Description |
---|---|
void |
GetIntegrationResult.setIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
void |
Integration.setIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
void |
UpdateIntegrationResult.setIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
void |
PutIntegrationResult.setIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
GetIntegrationResult |
GetIntegrationResult.withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
Integration |
Integration.withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
PutIntegrationResult |
PutIntegrationResult.withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
Copyright © 2019. All rights reserved.