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