| 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> |
AbstractAmazonApiGatewayAsync.putIntegrationAsync(PutIntegrationRequest request,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler) |
Future<PutIntegrationResult> |
AmazonApiGatewayAsync.putIntegrationAsync(PutIntegrationRequest putIntegrationRequest,
AsyncHandler<PutIntegrationRequest,PutIntegrationResult> asyncHandler)
Sets up a method's integration.
|
| 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.withConnectionId(String connectionId)
|
PutIntegrationRequest |
PutIntegrationRequest.withConnectionType(ConnectionType connectionType)
The type of the network connection to the integration endpoint.
|
PutIntegrationRequest |
PutIntegrationRequest.withConnectionType(String connectionType)
The type of the network connection to the integration endpoint.
|
PutIntegrationRequest |
PutIntegrationRequest.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
PutIntegrationRequest |
PutIntegrationRequest.withContentHandling(String contentHandling)
Specifies how to handle request payload content type conversions.
|
PutIntegrationRequest |
PutIntegrationRequest.withCredentials(String credentials)
Specifies whether credentials are required for a put integration.
|
PutIntegrationRequest |
PutIntegrationRequest.withHttpMethod(String httpMethod)
[Required] 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 mapping templates specified as the
requestTemplates property on the Integration
resource. |
PutIntegrationRequest |
PutIntegrationRequest.withRequestParameters(Map<String,String> requestParameters)
A key-value map specifying request parameters that are passed from the method request to the back end.
|
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)
[Required] Specifies a put integration request's resource ID.
|
PutIntegrationRequest |
PutIntegrationRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
PutIntegrationRequest |
PutIntegrationRequest.withTimeoutInMillis(Integer timeoutInMillis)
Custom timeout between 50 and 29,000 milliseconds.
|
PutIntegrationRequest |
PutIntegrationRequest.withType(IntegrationType type)
[Required] Specifies a put integration input's type.
|
PutIntegrationRequest |
PutIntegrationRequest.withType(String type)
[Required] Specifies a put integration input's type.
|
PutIntegrationRequest |
PutIntegrationRequest.withUri(String uri)
Specifies Uniform Resource Identifier (URI) of the integration endpoint.
|
Copyright © 2018. All rights reserved.