| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
IntegrationResponse |
IntegrationResponse.addResponseParametersEntry(String key,
String value)
Add a single ResponseParameters entry
|
IntegrationResponse |
IntegrationResponse.addResponseTemplatesEntry(String key,
String value)
Add a single ResponseTemplates entry
|
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.withContentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
IntegrationResponse |
IntegrationResponse.withContentHandlingStrategy(String contentHandlingStrategy)
Supported only for WebSocket APIs.
|
IntegrationResponse |
IntegrationResponse.withIntegrationResponseId(String integrationResponseId)
The integration response ID.
|
IntegrationResponse |
IntegrationResponse.withIntegrationResponseKey(String integrationResponseKey)
The integration response key.
|
IntegrationResponse |
IntegrationResponse.withResponseParameters(Map<String,String> responseParameters)
A key-value map specifying response parameters that are passed to the method response from the backend.
|
IntegrationResponse |
IntegrationResponse.withResponseTemplates(Map<String,String> responseTemplates)
The collection of response templates for the integration response as a string-to-string map of key-value pairs.
|
IntegrationResponse |
IntegrationResponse.withTemplateSelectionExpression(String templateSelectionExpression)
The template selection expressions for the integration response.
|
| Modifier and Type | Method and Description |
|---|---|
List<IntegrationResponse> |
GetIntegrationResponsesResult.getItems()
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetIntegrationResponsesResult |
GetIntegrationResponsesResult.withItems(IntegrationResponse... items)
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetIntegrationResponsesResult.setItems(Collection<IntegrationResponse> items)
The elements from this collection.
|
GetIntegrationResponsesResult |
GetIntegrationResponsesResult.withItems(Collection<IntegrationResponse> items)
The elements from this collection.
|
Copyright © 2024. All rights reserved.