| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Integration |
Integration.addIntegrationResponsesEntry(String key,
IntegrationResponse value)
Add a single IntegrationResponses entry
|
Integration |
Integration.addRequestParametersEntry(String key,
String value)
Add a single RequestParameters entry
|
Integration |
Integration.addRequestTemplatesEntry(String key,
String value)
Add a single RequestTemplates entry
|
Integration |
Integration.clearIntegrationResponsesEntries()
Removes all the entries added into IntegrationResponses.
|
Integration |
Integration.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.
|
Integration |
Integration.clearRequestTemplatesEntries()
Removes all the entries added into RequestTemplates.
|
Integration |
Integration.clone() |
Integration |
UpdateMethodResult.getMethodIntegration()
Gets the method's integration responsible for passing the client-submitted request to the back end and performing
necessary transformations to make the request compliant with the back end.
|
Integration |
PutMethodResult.getMethodIntegration()
Gets the method's integration responsible for passing the client-submitted request to the back end and performing
necessary transformations to make the request compliant with the back end.
|
Integration |
GetMethodResult.getMethodIntegration()
Gets the method's integration responsible for passing the client-submitted request to the back end and performing
necessary transformations to make the request compliant with the back end.
|
Integration |
Method.getMethodIntegration()
Gets the method's integration responsible for passing the client-submitted request to the back end and performing
necessary transformations to make the request compliant with the back end.
|
Integration |
Integration.withCacheKeyParameters(Collection<String> cacheKeyParameters)
A list of request parameters whose values API Gateway caches.
|
Integration |
Integration.withCacheKeyParameters(String... cacheKeyParameters)
A list of request parameters whose values API Gateway caches.
|
Integration |
Integration.withCacheNamespace(String cacheNamespace)
Specifies a group of related cached parameters.
|
Integration |
Integration.withConnectionId(String connectionId)
The ID of the VpcLink used for the integration when
connectionType=VPC_LINK and undefined,
otherwise. |
Integration |
Integration.withConnectionType(ConnectionType connectionType)
The type of the network connection to the integration endpoint.
|
Integration |
Integration.withConnectionType(String connectionType)
The type of the network connection to the integration endpoint.
|
Integration |
Integration.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
Integration |
Integration.withContentHandling(String contentHandling)
Specifies how to handle request payload content type conversions.
|
Integration |
Integration.withCredentials(String credentials)
Specifies the credentials required for the integration, if any.
|
Integration |
Integration.withHttpMethod(String httpMethod)
Specifies the integration's HTTP method type.
|
Integration |
Integration.withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
Integration |
Integration.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.
|
Integration |
Integration.withRequestParameters(Map<String,String> requestParameters)
A key-value map specifying request parameters that are passed from the method request to the back end.
|
Integration |
Integration.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.
|
Integration |
Integration.withTimeoutInMillis(Integer timeoutInMillis)
Custom timeout between 50 and 29,000 milliseconds.
|
Integration |
Integration.withTlsConfig(TlsConfig tlsConfig)
Specifies the TLS configuration for an integration.
|
Integration |
Integration.withType(IntegrationType type)
Specifies an API method integration type.
|
Integration |
Integration.withType(String type)
Specifies an API method integration type.
|
Integration |
Integration.withUri(String uri)
Specifies Uniform Resource Identifier (URI) of the integration endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateMethodResult.setMethodIntegration(Integration methodIntegration)
Gets the method's integration responsible for passing the client-submitted request to the back end and performing
necessary transformations to make the request compliant with the back end.
|
void |
PutMethodResult.setMethodIntegration(Integration methodIntegration)
Gets the method's integration responsible for passing the client-submitted request to the back end and performing
necessary transformations to make the request compliant with the back end.
|
void |
GetMethodResult.setMethodIntegration(Integration methodIntegration)
Gets the method's integration responsible for passing the client-submitted request to the back end and performing
necessary transformations to make the request compliant with the back end.
|
void |
Method.setMethodIntegration(Integration methodIntegration)
Gets the method's integration responsible for passing the client-submitted request to the back end and performing
necessary transformations to make the request compliant with the back end.
|
UpdateMethodResult |
UpdateMethodResult.withMethodIntegration(Integration methodIntegration)
Gets the method's integration responsible for passing the client-submitted request to the back end and performing
necessary transformations to make the request compliant with the back end.
|
PutMethodResult |
PutMethodResult.withMethodIntegration(Integration methodIntegration)
Gets the method's integration responsible for passing the client-submitted request to the back end and performing
necessary transformations to make the request compliant with the back end.
|
GetMethodResult |
GetMethodResult.withMethodIntegration(Integration methodIntegration)
Gets the method's integration responsible for passing the client-submitted request to the back end and performing
necessary transformations to make the request compliant with the back end.
|
Method |
Method.withMethodIntegration(Integration methodIntegration)
Gets the method's integration responsible for passing the client-submitted request to the back end and performing
necessary transformations to make the request compliant with the back end.
|
Copyright © 2022. All rights reserved.