| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateIntegrationResult |
AbstractAmazonApiGatewayV2.createIntegration(CreateIntegrationRequest request) |
CreateIntegrationResult |
AmazonApiGatewayV2.createIntegration(CreateIntegrationRequest createIntegrationRequest)
Creates an Integration.
|
CreateIntegrationResult |
AmazonApiGatewayV2Client.createIntegration(CreateIntegrationRequest request)
Creates an Integration.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIntegrationResult> |
AbstractAmazonApiGatewayV2Async.createIntegrationAsync(CreateIntegrationRequest request,
AsyncHandler<CreateIntegrationRequest,CreateIntegrationResult> asyncHandler) |
Future<CreateIntegrationResult> |
AmazonApiGatewayV2Async.createIntegrationAsync(CreateIntegrationRequest createIntegrationRequest,
AsyncHandler<CreateIntegrationRequest,CreateIntegrationResult> asyncHandler)
Creates an Integration.
|
Future<CreateIntegrationResult> |
AmazonApiGatewayV2AsyncClient.createIntegrationAsync(CreateIntegrationRequest request,
AsyncHandler<CreateIntegrationRequest,CreateIntegrationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateIntegrationResult |
CreateIntegrationResult.addRequestParametersEntry(String key,
String value)
Add a single RequestParameters entry
|
CreateIntegrationResult |
CreateIntegrationResult.addRequestTemplatesEntry(String key,
String value)
Add a single RequestTemplates entry
|
CreateIntegrationResult |
CreateIntegrationResult.addResponseParametersEntry(String key,
Map<String,String> value)
Add a single ResponseParameters entry
|
CreateIntegrationResult |
CreateIntegrationResult.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.
|
CreateIntegrationResult |
CreateIntegrationResult.clearRequestTemplatesEntries()
Removes all the entries added into RequestTemplates.
|
CreateIntegrationResult |
CreateIntegrationResult.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
CreateIntegrationResult |
CreateIntegrationResult.clone() |
CreateIntegrationResult |
CreateIntegrationResult.withApiGatewayManaged(Boolean apiGatewayManaged)
Specifies whether an integration is managed by API Gateway.
|
CreateIntegrationResult |
CreateIntegrationResult.withConnectionId(String connectionId)
The ID of the VPC link for a private integration.
|
CreateIntegrationResult |
CreateIntegrationResult.withConnectionType(ConnectionType connectionType)
The type of the network connection to the integration endpoint.
|
CreateIntegrationResult |
CreateIntegrationResult.withConnectionType(String connectionType)
The type of the network connection to the integration endpoint.
|
CreateIntegrationResult |
CreateIntegrationResult.withContentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
CreateIntegrationResult |
CreateIntegrationResult.withContentHandlingStrategy(String contentHandlingStrategy)
Supported only for WebSocket APIs.
|
CreateIntegrationResult |
CreateIntegrationResult.withCredentialsArn(String credentialsArn)
Specifies the credentials required for the integration, if any.
|
CreateIntegrationResult |
CreateIntegrationResult.withDescription(String description)
Represents the description of an integration.
|
CreateIntegrationResult |
CreateIntegrationResult.withIntegrationId(String integrationId)
Represents the identifier of an integration.
|
CreateIntegrationResult |
CreateIntegrationResult.withIntegrationMethod(String integrationMethod)
Specifies the integration's HTTP method type.
|
CreateIntegrationResult |
CreateIntegrationResult.withIntegrationResponseSelectionExpression(String integrationResponseSelectionExpression)
The integration response selection expression for the integration.
|
CreateIntegrationResult |
CreateIntegrationResult.withIntegrationSubtype(String integrationSubtype)
Supported only for HTTP API AWS_PROXY integrations.
|
CreateIntegrationResult |
CreateIntegrationResult.withIntegrationType(IntegrationType integrationType)
The integration type of an integration.
|
CreateIntegrationResult |
CreateIntegrationResult.withIntegrationType(String integrationType)
The integration type of an integration.
|
CreateIntegrationResult |
CreateIntegrationResult.withIntegrationUri(String integrationUri)
For a Lambda integration, specify the URI of a Lambda function.
|
CreateIntegrationResult |
CreateIntegrationResult.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.
|
CreateIntegrationResult |
CreateIntegrationResult.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.
|
CreateIntegrationResult |
CreateIntegrationResult.withPayloadFormatVersion(String payloadFormatVersion)
Specifies the format of the payload sent to an integration.
|
CreateIntegrationResult |
CreateIntegrationResult.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.
|
CreateIntegrationResult |
CreateIntegrationResult.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.
|
CreateIntegrationResult |
CreateIntegrationResult.withResponseParameters(Map<String,Map<String,String>> responseParameters)
Supported only for HTTP APIs.
|
CreateIntegrationResult |
CreateIntegrationResult.withTemplateSelectionExpression(String templateSelectionExpression)
The template selection expression for the integration.
|
CreateIntegrationResult |
CreateIntegrationResult.withTimeoutInMillis(Integer timeoutInMillis)
Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for
HTTP APIs.
|
CreateIntegrationResult |
CreateIntegrationResult.withTlsConfig(TlsConfig tlsConfig)
The TLS configuration for a private integration.
|
Copyright © 2023. All rights reserved.