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