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