| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIntegrationResponseResult> |
AmazonApiGatewayV2AsyncClient.createIntegrationResponseAsync(CreateIntegrationResponseRequest request,
AsyncHandler<CreateIntegrationResponseRequest,CreateIntegrationResponseResult> asyncHandler) |
Future<CreateIntegrationResponseResult> |
AmazonApiGatewayV2Async.createIntegrationResponseAsync(CreateIntegrationResponseRequest createIntegrationResponseRequest,
AsyncHandler<CreateIntegrationResponseRequest,CreateIntegrationResponseResult> asyncHandler)
Creates an IntegrationResponses.
|
Future<CreateIntegrationResponseResult> |
AbstractAmazonApiGatewayV2Async.createIntegrationResponseAsync(CreateIntegrationResponseRequest request,
AsyncHandler<CreateIntegrationResponseRequest,CreateIntegrationResponseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateIntegrationResponseRequest |
CreateIntegrationResponseRequest.addResponseParametersEntry(String key,
String value) |
CreateIntegrationResponseRequest |
CreateIntegrationResponseRequest.addResponseTemplatesEntry(String key,
String value) |
CreateIntegrationResponseRequest |
CreateIntegrationResponseRequest.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
CreateIntegrationResponseRequest |
CreateIntegrationResponseRequest.clearResponseTemplatesEntries()
Removes all the entries added into ResponseTemplates.
|
CreateIntegrationResponseRequest |
CreateIntegrationResponseRequest.clone() |
CreateIntegrationResponseRequest |
CreateIntegrationResponseRequest.withApiId(String apiId)
The API identifier.
|
CreateIntegrationResponseRequest |
CreateIntegrationResponseRequest.withContentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Specifies how to handle response payload content type conversions.
|
CreateIntegrationResponseRequest |
CreateIntegrationResponseRequest.withContentHandlingStrategy(String contentHandlingStrategy)
Specifies how to handle response payload content type conversions.
|
CreateIntegrationResponseRequest |
CreateIntegrationResponseRequest.withIntegrationId(String integrationId)
The integration ID.
|
CreateIntegrationResponseRequest |
CreateIntegrationResponseRequest.withIntegrationResponseKey(String integrationResponseKey)
The integration response key.
|
CreateIntegrationResponseRequest |
CreateIntegrationResponseRequest.withResponseParameters(Map<String,String> responseParameters)
A key-value map specifying response parameters that are passed to the method response from the backend.
|
CreateIntegrationResponseRequest |
CreateIntegrationResponseRequest.withResponseTemplates(Map<String,String> responseTemplates)
The collection of response templates for the integration response as a string-to-string map of key-value pairs.
|
CreateIntegrationResponseRequest |
CreateIntegrationResponseRequest.withTemplateSelectionExpression(String templateSelectionExpression)
The template selection expression for the integration response.
|
Copyright © 2019. All rights reserved.