| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIntegrationResult> |
AbstractAmazonApiGatewayV2Async.createIntegrationAsync(CreateIntegrationRequest request,
AsyncHandler<CreateIntegrationRequest,CreateIntegrationResult> asyncHandler) |
Future<CreateIntegrationResult> |
AmazonApiGatewayV2AsyncClient.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)
Add a single RequestParameters entry
|
CreateIntegrationRequest |
CreateIntegrationRequest.addRequestTemplatesEntry(String key,
String value)
Add a single RequestTemplates entry
|
CreateIntegrationRequest |
CreateIntegrationRequest.addResponseParametersEntry(String key,
Map<String,String> value)
Add a single ResponseParameters entry
|
CreateIntegrationRequest |
CreateIntegrationRequest.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.
|
CreateIntegrationRequest |
CreateIntegrationRequest.clearRequestTemplatesEntries()
Removes all the entries added into RequestTemplates.
|
CreateIntegrationRequest |
CreateIntegrationRequest.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
CreateIntegrationRequest |
CreateIntegrationRequest.clone() |
CreateIntegrationRequest |
CreateIntegrationRequest.withApiId(String apiId)
The API identifier.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withConnectionId(String connectionId)
The ID of the VPC link for a private integration.
|
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)
Supported only for WebSocket APIs.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withContentHandlingStrategy(String contentHandlingStrategy)
Supported only for WebSocket APIs.
|
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.withIntegrationSubtype(String integrationSubtype)
Supported only for HTTP API AWS_PROXY integrations.
|
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 integration, specify the URI of a 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.withPayloadFormatVersion(String payloadFormatVersion)
Specifies the format of the payload sent to an integration.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withRequestParameters(Map<String,String> requestParameters)
For WebSocket APIs, 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.withResponseParameters(Map<String,Map<String,String>> responseParameters)
Supported only for HTTP APIs.
|
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 for WebSocket APIs and between 50 and 30,000 milliseconds for
HTTP APIs.
|
CreateIntegrationRequest |
CreateIntegrationRequest.withTlsConfig(TlsConfigInput tlsConfig)
The TLS configuration for a private integration.
|
Copyright © 2021. All rights reserved.