Uses of Class
com.amazonaws.services.apigateway.model.Integration
Packages that use Integration
-
Uses of Integration in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return IntegrationModifier and TypeMethodDescriptionIntegration.addIntegrationResponsesEntry
(String key, IntegrationResponse value) Integration.addRequestParametersEntry
(String key, String value) Integration.addRequestTemplatesEntry
(String key, String value) Integration.clearIntegrationResponsesEntries()
Removes all the entries added into IntegrationResponses.Integration.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.Integration.clearRequestTemplatesEntries()
Removes all the entries added into RequestTemplates.Integration.clone()
GetMethodResult.getMethodIntegration()
The method's integration.Method.getMethodIntegration()
The method's integration.PutMethodResult.getMethodIntegration()
The method's integration.UpdateMethodResult.getMethodIntegration()
The method's integration.Integration.withCacheKeyParameters
(String... cacheKeyParameters) Specifies the integration's cache key parameters.Integration.withCacheKeyParameters
(Collection<String> cacheKeyParameters) Specifies the integration's cache key parameters.Integration.withCacheNamespace
(String cacheNamespace) Specifies the integration's cache namespace.Integration.withCredentials
(String credentials) Specifies the credentials required for the integration, if any.Integration.withHttpMethod
(String httpMethod) Specifies the integration's HTTP method type.Integration.withIntegrationResponses
(Map<String, IntegrationResponse> integrationResponses) Specifies the integration's responses.Integration.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.Integration.withRequestParameters
(Map<String, String> requestParameters) Represents requests parameters that are sent with the backend request.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.withType
(IntegrationType type) Specifies the integration's type.Specifies the integration's type.Specifies the integration's Uniform Resource Identifier (URI).Methods in com.amazonaws.services.apigateway.model with parameters of type IntegrationModifier and TypeMethodDescriptionvoid
GetMethodResult.setMethodIntegration
(Integration methodIntegration) The method's integration.void
Method.setMethodIntegration
(Integration methodIntegration) The method's integration.void
PutMethodResult.setMethodIntegration
(Integration methodIntegration) The method's integration.void
UpdateMethodResult.setMethodIntegration
(Integration methodIntegration) The method's integration.GetMethodResult.withMethodIntegration
(Integration methodIntegration) The method's integration.Method.withMethodIntegration
(Integration methodIntegration) The method's integration.PutMethodResult.withMethodIntegration
(Integration methodIntegration) The method's integration.UpdateMethodResult.withMethodIntegration
(Integration methodIntegration) The method's integration.