Uses of Class
com.amazonaws.services.apigateway.model.PutIntegrationResult
Packages that use PutIntegrationResult
-
Uses of PutIntegrationResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return PutIntegrationResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.putIntegration
(PutIntegrationRequest request) AmazonApiGateway.putIntegration
(PutIntegrationRequest putIntegrationRequest) Represents a put integration.AmazonApiGatewayClient.putIntegration
(PutIntegrationRequest putIntegrationRequest) Represents a put integration.Methods in com.amazonaws.services.apigateway that return types with arguments of type PutIntegrationResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.putIntegrationAsync
(PutIntegrationRequest request) AbstractAmazonApiGatewayAsync.putIntegrationAsync
(PutIntegrationRequest request, AsyncHandler<PutIntegrationRequest, PutIntegrationResult> asyncHandler) AmazonApiGatewayAsync.putIntegrationAsync
(PutIntegrationRequest putIntegrationRequest) Represents a put integration.AmazonApiGatewayAsync.putIntegrationAsync
(PutIntegrationRequest putIntegrationRequest, AsyncHandler<PutIntegrationRequest, PutIntegrationResult> asyncHandler) Represents a put integration.AmazonApiGatewayAsyncClient.putIntegrationAsync
(PutIntegrationRequest request) AmazonApiGatewayAsyncClient.putIntegrationAsync
(PutIntegrationRequest request, AsyncHandler<PutIntegrationRequest, PutIntegrationResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type PutIntegrationResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.putIntegrationAsync
(PutIntegrationRequest request, AsyncHandler<PutIntegrationRequest, PutIntegrationResult> asyncHandler) AmazonApiGatewayAsync.putIntegrationAsync
(PutIntegrationRequest putIntegrationRequest, AsyncHandler<PutIntegrationRequest, PutIntegrationResult> asyncHandler) Represents a put integration.AmazonApiGatewayAsyncClient.putIntegrationAsync
(PutIntegrationRequest request, AsyncHandler<PutIntegrationRequest, PutIntegrationResult> asyncHandler) -
Uses of PutIntegrationResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return PutIntegrationResultModifier and TypeMethodDescriptionPutIntegrationResult.addIntegrationResponsesEntry
(String key, IntegrationResponse value) PutIntegrationResult.addRequestParametersEntry
(String key, String value) PutIntegrationResult.addRequestTemplatesEntry
(String key, String value) PutIntegrationResult.clearIntegrationResponsesEntries()
Removes all the entries added into IntegrationResponses.PutIntegrationResult.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.PutIntegrationResult.clearRequestTemplatesEntries()
Removes all the entries added into RequestTemplates.PutIntegrationResult.clone()
PutIntegrationResult.withCacheKeyParameters
(String... cacheKeyParameters) Specifies the integration's cache key parameters.PutIntegrationResult.withCacheKeyParameters
(Collection<String> cacheKeyParameters) Specifies the integration's cache key parameters.PutIntegrationResult.withCacheNamespace
(String cacheNamespace) Specifies the integration's cache namespace.PutIntegrationResult.withCredentials
(String credentials) Specifies the credentials required for the integration, if any.PutIntegrationResult.withHttpMethod
(String httpMethod) Specifies the integration's HTTP method type.PutIntegrationResult.withIntegrationResponses
(Map<String, IntegrationResponse> integrationResponses) Specifies the integration's responses.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.withRequestParameters
(Map<String, String> requestParameters) Represents requests parameters that are sent with the backend request.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.withType
(IntegrationType type) Specifies the integration's type.Specifies the integration's type.Specifies the integration's Uniform Resource Identifier (URI).