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