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