Uses of Class
com.amazonaws.services.apigateway.model.PutIntegrationRequest
Packages that use PutIntegrationRequest
-
Uses of PutIntegrationRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type PutIntegrationRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.putIntegration
(PutIntegrationRequest request) AmazonApiGateway.putIntegration
(PutIntegrationRequest putIntegrationRequest) Represents a put integration.AmazonApiGatewayClient.putIntegration
(PutIntegrationRequest putIntegrationRequest) Represents a put integration.AbstractAmazonApiGatewayAsync.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 PutIntegrationRequestModifier 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 PutIntegrationRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return PutIntegrationRequestModifier and TypeMethodDescriptionPutIntegrationRequest.addRequestParametersEntry
(String key, String value) PutIntegrationRequest.addRequestTemplatesEntry
(String key, String value) PutIntegrationRequest.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.PutIntegrationRequest.clearRequestTemplatesEntries()
Removes all the entries added into RequestTemplates.PutIntegrationRequest.clone()
PutIntegrationRequest.withCacheKeyParameters
(String... cacheKeyParameters) Specifies a put integration input's cache key parameters.PutIntegrationRequest.withCacheKeyParameters
(Collection<String> cacheKeyParameters) Specifies a put integration input's cache key parameters.PutIntegrationRequest.withCacheNamespace
(String cacheNamespace) Specifies a put integration input's cache namespace.PutIntegrationRequest.withCredentials
(String credentials) Specifies whether credentials are required for a put integration.PutIntegrationRequest.withHttpMethod
(String httpMethod) Specifies a put integration request's HTTP method.PutIntegrationRequest.withIntegrationHttpMethod
(String integrationHttpMethod) Specifies a put integration HTTP method.PutIntegrationRequest.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.PutIntegrationRequest.withRequestParameters
(Map<String, String> requestParameters) Represents request parameters that are sent with the backend request.PutIntegrationRequest.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.PutIntegrationRequest.withResourceId
(String resourceId) Specifies a put integration request's resource ID.PutIntegrationRequest.withRestApiId
(String restApiId) Specifies a put integration request's API identifier.PutIntegrationRequest.withType
(IntegrationType type) Specifies a put integration input's type.Specifies a put integration input's type.Specifies a put integration input's Uniform Resource Identifier (URI).