Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,IntegrationResponse> |
UpdateIntegrationResult.integrationResponses
Specifies the integration's responses.
|
private java.util.Map<java.lang.String,IntegrationResponse> |
PutIntegrationResult.integrationResponses
Specifies the integration's responses.
|
private java.util.Map<java.lang.String,IntegrationResponse> |
Integration.integrationResponses
Specifies the integration's responses.
|
private java.util.Map<java.lang.String,IntegrationResponse> |
GetIntegrationResult.integrationResponses
Specifies the integration's responses.
|
Modifier and Type | Method and Description |
---|---|
IntegrationResponse |
IntegrationResponse.addResponseParametersEntry(java.lang.String key,
java.lang.String value) |
IntegrationResponse |
IntegrationResponse.addResponseTemplatesEntry(java.lang.String key,
java.lang.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(java.util.Map<java.lang.String,java.lang.String> responseParameters)
Represents response parameters that can be read from the backend
response.
|
IntegrationResponse |
IntegrationResponse.withResponseTemplates(java.util.Map<java.lang.String,java.lang.String> responseTemplates)
Specifies the templates used to transform the integration response body.
|
IntegrationResponse |
IntegrationResponse.withSelectionPattern(java.lang.String selectionPattern)
Specifies the regular expression (regex) pattern used to choose an
integration response based on the response from the backend.
|
IntegrationResponse |
IntegrationResponse.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 |
---|---|
java.util.Map<java.lang.String,IntegrationResponse> |
UpdateIntegrationResult.getIntegrationResponses()
Specifies the integration's responses.
|
java.util.Map<java.lang.String,IntegrationResponse> |
PutIntegrationResult.getIntegrationResponses()
Specifies the integration's responses.
|
java.util.Map<java.lang.String,IntegrationResponse> |
Integration.getIntegrationResponses()
Specifies the integration's responses.
|
java.util.Map<java.lang.String,IntegrationResponse> |
GetIntegrationResult.getIntegrationResponses()
Specifies the integration's responses.
|
Modifier and Type | Method and Description |
---|---|
UpdateIntegrationResult |
UpdateIntegrationResult.addIntegrationResponsesEntry(java.lang.String key,
IntegrationResponse value) |
PutIntegrationResult |
PutIntegrationResult.addIntegrationResponsesEntry(java.lang.String key,
IntegrationResponse value) |
Integration |
Integration.addIntegrationResponsesEntry(java.lang.String key,
IntegrationResponse value) |
GetIntegrationResult |
GetIntegrationResult.addIntegrationResponsesEntry(java.lang.String key,
IntegrationResponse value) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateIntegrationResult.setIntegrationResponses(java.util.Map<java.lang.String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
void |
PutIntegrationResult.setIntegrationResponses(java.util.Map<java.lang.String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
void |
Integration.setIntegrationResponses(java.util.Map<java.lang.String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
void |
GetIntegrationResult.setIntegrationResponses(java.util.Map<java.lang.String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withIntegrationResponses(java.util.Map<java.lang.String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
PutIntegrationResult |
PutIntegrationResult.withIntegrationResponses(java.util.Map<java.lang.String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
Integration |
Integration.withIntegrationResponses(java.util.Map<java.lang.String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
GetIntegrationResult |
GetIntegrationResult.withIntegrationResponses(java.util.Map<java.lang.String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
Modifier and Type | Method and Description |
---|---|
IntegrationResponse |
IntegrationResponseJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IntegrationResponseJsonMarshaller.marshall(IntegrationResponse integrationResponse,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|