| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
GetIntegrationResponseResult |
AmazonApiGatewayV2.getIntegrationResponse(GetIntegrationResponseRequest getIntegrationResponseRequest)
Gets an IntegrationResponses.
|
GetIntegrationResponseResult |
AbstractAmazonApiGatewayV2.getIntegrationResponse(GetIntegrationResponseRequest request) |
GetIntegrationResponseResult |
AmazonApiGatewayV2Client.getIntegrationResponse(GetIntegrationResponseRequest request)
Gets an IntegrationResponses.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetIntegrationResponseResult> |
AbstractAmazonApiGatewayV2Async.getIntegrationResponseAsync(GetIntegrationResponseRequest request,
AsyncHandler<GetIntegrationResponseRequest,GetIntegrationResponseResult> asyncHandler) |
Future<GetIntegrationResponseResult> |
AmazonApiGatewayV2AsyncClient.getIntegrationResponseAsync(GetIntegrationResponseRequest request,
AsyncHandler<GetIntegrationResponseRequest,GetIntegrationResponseResult> asyncHandler) |
Future<GetIntegrationResponseResult> |
AmazonApiGatewayV2Async.getIntegrationResponseAsync(GetIntegrationResponseRequest getIntegrationResponseRequest,
AsyncHandler<GetIntegrationResponseRequest,GetIntegrationResponseResult> asyncHandler)
Gets an IntegrationResponses.
|
| Modifier and Type | Method and Description |
|---|---|
GetIntegrationResponseResult |
GetIntegrationResponseResult.addResponseParametersEntry(String key,
String value)
Add a single ResponseParameters entry
|
GetIntegrationResponseResult |
GetIntegrationResponseResult.addResponseTemplatesEntry(String key,
String value)
Add a single ResponseTemplates entry
|
GetIntegrationResponseResult |
GetIntegrationResponseResult.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
GetIntegrationResponseResult |
GetIntegrationResponseResult.clearResponseTemplatesEntries()
Removes all the entries added into ResponseTemplates.
|
GetIntegrationResponseResult |
GetIntegrationResponseResult.clone() |
GetIntegrationResponseResult |
GetIntegrationResponseResult.withContentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
GetIntegrationResponseResult |
GetIntegrationResponseResult.withContentHandlingStrategy(String contentHandlingStrategy)
Supported only for WebSocket APIs.
|
GetIntegrationResponseResult |
GetIntegrationResponseResult.withIntegrationResponseId(String integrationResponseId)
The integration response ID.
|
GetIntegrationResponseResult |
GetIntegrationResponseResult.withIntegrationResponseKey(String integrationResponseKey)
The integration response key.
|
GetIntegrationResponseResult |
GetIntegrationResponseResult.withResponseParameters(Map<String,String> responseParameters)
A key-value map specifying response parameters that are passed to the method response from the backend.
|
GetIntegrationResponseResult |
GetIntegrationResponseResult.withResponseTemplates(Map<String,String> responseTemplates)
The collection of response templates for the integration response as a string-to-string map of key-value pairs.
|
GetIntegrationResponseResult |
GetIntegrationResponseResult.withTemplateSelectionExpression(String templateSelectionExpression)
The template selection expressions for the integration response.
|
Copyright © 2021. All rights reserved.