| 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 |
AmazonApiGatewayV2Client.updateIntegration(UpdateIntegrationRequest request)
Updates an Integration.
|
UpdateIntegrationResult |
AmazonApiGatewayV2.updateIntegration(UpdateIntegrationRequest updateIntegrationRequest)
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) |
UpdateIntegrationResult |
UpdateIntegrationResult.addRequestTemplatesEntry(String key,
String value) |
UpdateIntegrationResult |
UpdateIntegrationResult.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.
|
UpdateIntegrationResult |
UpdateIntegrationResult.clearRequestTemplatesEntries()
Removes all the entries added into RequestTemplates.
|
UpdateIntegrationResult |
UpdateIntegrationResult.clone() |
UpdateIntegrationResult |
UpdateIntegrationResult.withConnectionId(String connectionId)
The identifier of the VpcLink used for the integration when the connectionType is VPC_LINK; otherwise undefined.
|
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)
Specifies how to handle response payload content type conversions.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withContentHandlingStrategy(String contentHandlingStrategy)
Specifies how to handle response payload content type conversions.
|
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) |
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)
Specifies the Uniform Resource Identifier (URI) of the integration endpoint.
|
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.withRequestParameters(Map<String,String> requestParameters)
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.withTemplateSelectionExpression(String templateSelectionExpression)
The template selection expression for the integration.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withTimeoutInMillis(Integer timeoutInMillis)
Custom timeout between 50 and 29,000 milliseconds.
|
Copyright © 2019. All rights reserved.