| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIntegrationResult> |
AmazonApiGatewayV2AsyncClient.createIntegrationAsync(CreateIntegrationRequest request,
AsyncHandler<CreateIntegrationRequest,CreateIntegrationResult> asyncHandler) |
Future<CreateIntegrationResult> |
AbstractAmazonApiGatewayV2Async.createIntegrationAsync(CreateIntegrationRequest request,
AsyncHandler<CreateIntegrationRequest,CreateIntegrationResult> asyncHandler) |
Future<CreateIntegrationResult> |
AmazonApiGatewayV2Async.createIntegrationAsync(CreateIntegrationRequest createIntegrationRequest,
AsyncHandler<CreateIntegrationRequest,CreateIntegrationResult> asyncHandler)
Creates an Integration.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIntegrationRequest |
CreateIntegrationRequest.addRequestParametersEntry(String key,
String value) |
CreateIntegrationRequest |
CreateIntegrationRequest.addRequestTemplatesEntry(String key,
String value) |
CreateIntegrationRequest |
CreateIntegrationRequest.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.
|
CreateIntegrationRequest |
CreateIntegrationRequest.clearRequestTemplatesEntries()
Removes all the entries added into RequestTemplates.
|
CreateIntegrationRequest |
CreateIntegrationRequest.clone() |
CreateIntegrationRequest |
CreateIntegrationRequest.withApiId(String apiId)
The API identifier.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withConnectionId(String connectionId)
The connection ID.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withConnectionType(ConnectionType connectionType)
The type of the network connection to the integration endpoint.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withConnectionType(String connectionType)
The type of the network connection to the integration endpoint.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withContentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Specifies how to handle response payload content type conversions.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withContentHandlingStrategy(String contentHandlingStrategy)
Specifies how to handle response payload content type conversions.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withCredentialsArn(String credentialsArn)
Specifies the credentials required for the integration, if any.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withDescription(String description)
The description of the integration.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withIntegrationMethod(String integrationMethod)
Specifies the integration's HTTP method type.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withIntegrationType(IntegrationType integrationType)
The integration type of an integration.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withIntegrationType(String integrationType)
The integration type of an integration.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withIntegrationUri(String integrationUri)
For a Lambda proxy integration, this is the URI of the Lambda function.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withPassthroughBehavior(PassthroughBehavior passthroughBehavior)
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and
the available mapping templates specified as the requestTemplates property on the Integration resource.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withPassthroughBehavior(String passthroughBehavior)
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and
the available mapping templates specified as the requestTemplates property on the Integration resource.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withRequestParameters(Map<String,String> requestParameters)
A key-value map specifying request parameters that are passed from the method request to the backend.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withRequestTemplates(Map<String,String> requestTemplates)
Represents a map of Velocity templates that are applied on the request payload based on the value of the
Content-Type header sent by the client.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withTemplateSelectionExpression(String templateSelectionExpression)
The template selection expression for the integration.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withTimeoutInMillis(Integer timeoutInMillis)
Custom timeout between 50 and 29,000 milliseconds.
|
Copyright © 2019. All rights reserved.