Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<PutIntegrationResult> |
AmazonApiGatewayAsyncClient.putIntegrationAsync(PutIntegrationRequest request,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler) |
Future<PutIntegrationResult> |
AmazonApiGatewayAsync.putIntegrationAsync(PutIntegrationRequest putIntegrationRequest,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler)
Represents a put integration.
|
Future<PutIntegrationResult> |
AbstractAmazonApiGatewayAsync.putIntegrationAsync(PutIntegrationRequest request,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutIntegrationRequest |
PutIntegrationRequest.addRequestParametersEntry(String key,
String value) |
PutIntegrationRequest |
PutIntegrationRequest.addRequestTemplatesEntry(String key,
String value) |
PutIntegrationRequest |
PutIntegrationRequest.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.
|
PutIntegrationRequest |
PutIntegrationRequest.clearRequestTemplatesEntries()
Removes all the entries added into RequestTemplates.
|
PutIntegrationRequest |
PutIntegrationRequest.clone() |
PutIntegrationRequest |
PutIntegrationRequest.withCacheKeyParameters(Collection<String> cacheKeyParameters)
Specifies a put integration input's cache key parameters.
|
PutIntegrationRequest |
PutIntegrationRequest.withCacheKeyParameters(String... cacheKeyParameters)
Specifies a put integration input's cache key parameters.
|
PutIntegrationRequest |
PutIntegrationRequest.withCacheNamespace(String cacheNamespace)
Specifies a put integration input's cache namespace.
|
PutIntegrationRequest |
PutIntegrationRequest.withCredentials(String credentials)
Specifies whether credentials are required for a put integration.
|
PutIntegrationRequest |
PutIntegrationRequest.withHttpMethod(String httpMethod)
Specifies a put integration request's HTTP method.
|
PutIntegrationRequest |
PutIntegrationRequest.withIntegrationHttpMethod(String integrationHttpMethod)
Specifies a put integration HTTP method.
|
PutIntegrationRequest |
PutIntegrationRequest.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.
|
PutIntegrationRequest |
PutIntegrationRequest.withRequestParameters(Map<String,String> requestParameters)
Represents request parameters that are sent with the backend request.
|
PutIntegrationRequest |
PutIntegrationRequest.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.
|
PutIntegrationRequest |
PutIntegrationRequest.withResourceId(String resourceId)
Specifies a put integration request's resource ID.
|
PutIntegrationRequest |
PutIntegrationRequest.withRestApiId(String restApiId)
Specifies a put integration request's API identifier.
|
PutIntegrationRequest |
PutIntegrationRequest.withType(IntegrationType type)
Specifies a put integration input's type.
|
PutIntegrationRequest |
PutIntegrationRequest.withType(String type)
Specifies a put integration input's type.
|
PutIntegrationRequest |
PutIntegrationRequest.withUri(String uri)
Specifies a put integration input's Uniform Resource Identifier (URI).
|
Copyright © 2018. All rights reserved.