Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
UpdateIntegrationResult |
AbstractAmazonApiGateway.updateIntegration(UpdateIntegrationRequest request) |
UpdateIntegrationResult |
AmazonApiGatewayClient.updateIntegration(UpdateIntegrationRequest updateIntegrationRequest)
Represents an update integration.
|
UpdateIntegrationResult |
AmazonApiGateway.updateIntegration(UpdateIntegrationRequest updateIntegrationRequest)
Represents an update integration.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateIntegrationResult> |
AmazonApiGatewayAsyncClient.updateIntegrationAsync(UpdateIntegrationRequest request,
AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler) |
Future<UpdateIntegrationResult> |
AmazonApiGatewayAsync.updateIntegrationAsync(UpdateIntegrationRequest updateIntegrationRequest,
AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler)
Represents an update integration.
|
Future<UpdateIntegrationResult> |
AbstractAmazonApiGatewayAsync.updateIntegrationAsync(UpdateIntegrationRequest request,
AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateIntegrationResult |
UpdateIntegrationResult.addIntegrationResponsesEntry(String key,
IntegrationResponse value) |
UpdateIntegrationResult |
UpdateIntegrationResult.addRequestParametersEntry(String key,
String value) |
UpdateIntegrationResult |
UpdateIntegrationResult.addRequestTemplatesEntry(String key,
String value) |
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)
Specifies the integration's cache key parameters.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withCacheKeyParameters(String... cacheKeyParameters)
Specifies the integration's cache key parameters.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withCacheNamespace(String cacheNamespace)
Specifies the integration's cache namespace.
|
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)
Specifies the pass-through behavior for incoming requests based on the
Content-Type header in the request, and the available requestTemplates
defined on the Integration.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withRequestParameters(Map<String,String> requestParameters)
Represents requests parameters that are sent with the backend request.
|
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.withType(IntegrationType type)
Specifies the integration's type.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withType(String type)
Specifies the integration's type.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withUri(String uri)
Specifies the integration's Uniform Resource Identifier (URI).
|
Copyright © 2018. All rights reserved.