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