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.withResponseParameters(Map<String,String> responseParameters)
Represents response parameters that can be read from the backend
response.
|
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 backend.
|
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> |
PutIntegrationResult.getIntegrationResponses()
Specifies the integration's responses.
|
Map<String,IntegrationResponse> |
UpdateIntegrationResult.getIntegrationResponses()
Specifies the integration's responses.
|
Map<String,IntegrationResponse> |
Integration.getIntegrationResponses()
Specifies the integration's responses.
|
Modifier and Type | Method and Description |
---|---|
GetIntegrationResult |
GetIntegrationResult.addIntegrationResponsesEntry(String key,
IntegrationResponse value) |
PutIntegrationResult |
PutIntegrationResult.addIntegrationResponsesEntry(String key,
IntegrationResponse value) |
UpdateIntegrationResult |
UpdateIntegrationResult.addIntegrationResponsesEntry(String key,
IntegrationResponse value) |
Integration |
Integration.addIntegrationResponsesEntry(String key,
IntegrationResponse value) |
Modifier and Type | Method and Description |
---|---|
void |
GetIntegrationResult.setIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
void |
PutIntegrationResult.setIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
void |
UpdateIntegrationResult.setIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
void |
Integration.setIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
GetIntegrationResult |
GetIntegrationResult.withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
PutIntegrationResult |
PutIntegrationResult.withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
Integration |
Integration.withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
Copyright © 2018. All rights reserved.