Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
PutIntegrationResult |
AbstractAmazonApiGateway.putIntegration(PutIntegrationRequest request) |
PutIntegrationResult |
AmazonApiGatewayClient.putIntegration(PutIntegrationRequest putIntegrationRequest)
Represents a put integration.
|
PutIntegrationResult |
AmazonApiGateway.putIntegration(PutIntegrationRequest putIntegrationRequest)
Represents a put integration.
|
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 |
---|---|
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)
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.
|
PutIntegrationResult |
PutIntegrationResult.withRequestParameters(Map<String,String> requestParameters)
Represents requests parameters that are sent with the backend request.
|
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 © 2018. All rights reserved.