| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
PutIntegrationResult |
AmazonApiGatewayClient.putIntegration(PutIntegrationRequest request)
Sets up a method's integration.
|
PutIntegrationResult |
AbstractAmazonApiGateway.putIntegration(PutIntegrationRequest request) |
PutIntegrationResult |
AmazonApiGateway.putIntegration(PutIntegrationRequest putIntegrationRequest)
Sets up a method's integration.
|
| 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 |
|---|---|
PutIntegrationResult |
PutIntegrationResult.addIntegrationResponsesEntry(String key,
IntegrationResponse value)
Add a single IntegrationResponses entry
|
PutIntegrationResult |
PutIntegrationResult.addRequestParametersEntry(String key,
String value)
Add a single RequestParameters entry
|
PutIntegrationResult |
PutIntegrationResult.addRequestTemplatesEntry(String key,
String value)
Add a single RequestTemplates entry
|
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)
A list of request parameters whose values API Gateway caches.
|
PutIntegrationResult |
PutIntegrationResult.withCacheKeyParameters(String... cacheKeyParameters)
A list of request parameters whose values API Gateway caches.
|
PutIntegrationResult |
PutIntegrationResult.withCacheNamespace(String cacheNamespace)
Specifies a group of related cached parameters.
|
PutIntegrationResult |
PutIntegrationResult.withConnectionId(String connectionId)
The ID of the VpcLink used for the integration when
connectionType=VPC_LINK and undefined,
otherwise. |
PutIntegrationResult |
PutIntegrationResult.withConnectionType(ConnectionType connectionType)
The type of the network connection to the integration endpoint.
|
PutIntegrationResult |
PutIntegrationResult.withConnectionType(String connectionType)
The type of the network connection to the integration endpoint.
|
PutIntegrationResult |
PutIntegrationResult.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
PutIntegrationResult |
PutIntegrationResult.withContentHandling(String contentHandling)
Specifies how to handle request payload content type conversions.
|
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 how the method request body of an unmapped content type will be passed through the integration request
to the back end without transformation.
|
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.withTimeoutInMillis(Integer timeoutInMillis)
Custom timeout between 50 and 29,000 milliseconds.
|
PutIntegrationResult |
PutIntegrationResult.withTlsConfig(TlsConfig tlsConfig)
Specifies the TLS configuration for an integration.
|
PutIntegrationResult |
PutIntegrationResult.withType(IntegrationType type)
Specifies an API method integration type.
|
PutIntegrationResult |
PutIntegrationResult.withType(String type)
Specifies an API method integration type.
|
PutIntegrationResult |
PutIntegrationResult.withUri(String uri)
Specifies Uniform Resource Identifier (URI) of the integration endpoint.
|
Copyright © 2025. All rights reserved.