| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
PutIntegrationResult |
AmazonApiGatewayClient.putIntegration(PutIntegrationRequest putIntegrationRequest)
Represents a put integration.
|
PutIntegrationResult |
AmazonApiGateway.putIntegration(PutIntegrationRequest putIntegrationRequest)
Represents a put integration.
|
PutIntegrationResult |
AbstractAmazonApiGateway.putIntegration(PutIntegrationRequest request) |
| 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)
Represents a put integration.
|
| Modifier and Type | Method and Description |
|---|---|
PutIntegrationResult |
PutIntegrationResult.addIntegrationResponsesEntry(String key,
IntegrationResponse value) |
PutIntegrationResult |
PutIntegrationResult.addRequestParametersEntry(String key,
String value) |
PutIntegrationResult |
PutIntegrationResult.addRequestTemplatesEntry(String key,
String value) |
PutIntegrationResult |
PutIntegrationResult.clearIntegrationResponsesEntries()
Removes all the entries added into IntegrationResponses.
|
PutIntegrationResult |
PutIntegrationResult.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.
|
PutIntegrationResult |
PutIntegrationResult.clearRequestTemplatesEntries()
Removes all the entries added into RequestTemplates.
|
PutIntegrationResult |
PutIntegrationResult.clone() |
PutIntegrationResult |
PutIntegrationResult.withCacheKeyParameters(Collection<String> cacheKeyParameters)
Specifies the integration's cache key parameters.
|
PutIntegrationResult |
PutIntegrationResult.withCacheKeyParameters(String... cacheKeyParameters)
Specifies the integration's cache key parameters.
|
PutIntegrationResult |
PutIntegrationResult.withCacheNamespace(String cacheNamespace)
Specifies the integration's cache namespace.
|
PutIntegrationResult |
PutIntegrationResult.withCredentials(String credentials)
Specifies the credentials required for the integration, if any.
|
PutIntegrationResult |
PutIntegrationResult.withHttpMethod(String httpMethod)
Specifies the integration's HTTP method type.
|
PutIntegrationResult |
PutIntegrationResult.withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
PutIntegrationResult |
PutIntegrationResult.withPassthroughBehavior(String passthroughBehavior) |
PutIntegrationResult |
PutIntegrationResult.withRequestParameters(Map<String,String> requestParameters)
A key-value map specifying request parameters that are passed from the method request to the back end.
|
PutIntegrationResult |
PutIntegrationResult.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.
|
PutIntegrationResult |
PutIntegrationResult.withType(IntegrationType type)
Specifies the integration's type.
|
PutIntegrationResult |
PutIntegrationResult.withType(String type)
Specifies the integration's type.
|
PutIntegrationResult |
PutIntegrationResult.withUri(String uri)
Specifies the integration's Uniform Resource Identifier (URI).
|
Copyright © 2016. All rights reserved.