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