| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateIntegrationResult |
AmazonApiGateway.updateIntegration(UpdateIntegrationRequest updateIntegrationRequest)
Represents an update integration.
|
UpdateIntegrationResult |
AbstractAmazonApiGateway.updateIntegration(UpdateIntegrationRequest request) |
UpdateIntegrationResult |
AmazonApiGatewayClient.updateIntegration(UpdateIntegrationRequest request)
Represents an update integration.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateIntegrationResult> |
AbstractAmazonApiGatewayAsync.updateIntegrationAsync(UpdateIntegrationRequest request,
AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler) |
Future<UpdateIntegrationResult> |
AmazonApiGatewayAsync.updateIntegrationAsync(UpdateIntegrationRequest updateIntegrationRequest,
AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler)
Represents an update integration.
|
Future<UpdateIntegrationResult> |
AmazonApiGatewayAsyncClient.updateIntegrationAsync(UpdateIntegrationRequest request,
AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateIntegrationResult |
UpdateIntegrationResult.addIntegrationResponsesEntry(String key,
IntegrationResponse value)
Add a single IntegrationResponses entry
|
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.clearIntegrationResponsesEntries()
Removes all the entries added into IntegrationResponses.
|
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.withCacheKeyParameters(Collection<String> cacheKeyParameters)
A list of request parameters whose values API Gateway caches.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withCacheKeyParameters(String... cacheKeyParameters)
A list of request parameters whose values API Gateway caches.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withCacheNamespace(String cacheNamespace)
Specifies a group of related cached parameters.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withConnectionId(String connectionId)
|
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.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withContentHandling(String contentHandling)
Specifies how to handle request payload content type conversions.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withCredentials(String credentials)
Specifies the credentials required for the integration, if any.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withHttpMethod(String httpMethod)
Specifies the integration's HTTP method type.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withPassthroughBehavior(String passthroughBehavior) |
UpdateIntegrationResult |
UpdateIntegrationResult.withRequestParameters(Map<String,String> requestParameters)
A key-value map specifying request parameters that are passed from the method request to the back end.
|
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.withTimeoutInMillis(Integer timeoutInMillis)
Custom timeout between 50 and 29,000 milliseconds.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withTlsConfig(TlsConfig tlsConfig)
Specifies the TLS configuration for an integration.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withType(IntegrationType type)
Specifies an API method integration type.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withType(String type)
Specifies an API method integration type.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withUri(String uri)
Specifies Uniform Resource Identifier (URI) of the integration endpoint.
|
Copyright © 2021. All rights reserved.