Uses of Class
com.amazonaws.services.apigateway.model.PutIntegrationResponseRequest
Packages that use PutIntegrationResponseRequest
-
Uses of PutIntegrationResponseRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type PutIntegrationResponseRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.putIntegrationResponse
(PutIntegrationResponseRequest request) AmazonApiGateway.putIntegrationResponse
(PutIntegrationResponseRequest putIntegrationResponseRequest) Represents a put integration.AmazonApiGatewayClient.putIntegrationResponse
(PutIntegrationResponseRequest putIntegrationResponseRequest) Represents a put integration.AbstractAmazonApiGatewayAsync.putIntegrationResponseAsync
(PutIntegrationResponseRequest request) AbstractAmazonApiGatewayAsync.putIntegrationResponseAsync
(PutIntegrationResponseRequest request, AsyncHandler<PutIntegrationResponseRequest, PutIntegrationResponseResult> asyncHandler) AmazonApiGatewayAsync.putIntegrationResponseAsync
(PutIntegrationResponseRequest putIntegrationResponseRequest) Represents a put integration.AmazonApiGatewayAsync.putIntegrationResponseAsync
(PutIntegrationResponseRequest putIntegrationResponseRequest, AsyncHandler<PutIntegrationResponseRequest, PutIntegrationResponseResult> asyncHandler) Represents a put integration.AmazonApiGatewayAsyncClient.putIntegrationResponseAsync
(PutIntegrationResponseRequest request) AmazonApiGatewayAsyncClient.putIntegrationResponseAsync
(PutIntegrationResponseRequest request, AsyncHandler<PutIntegrationResponseRequest, PutIntegrationResponseResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type PutIntegrationResponseRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.putIntegrationResponseAsync
(PutIntegrationResponseRequest request, AsyncHandler<PutIntegrationResponseRequest, PutIntegrationResponseResult> asyncHandler) AmazonApiGatewayAsync.putIntegrationResponseAsync
(PutIntegrationResponseRequest putIntegrationResponseRequest, AsyncHandler<PutIntegrationResponseRequest, PutIntegrationResponseResult> asyncHandler) Represents a put integration.AmazonApiGatewayAsyncClient.putIntegrationResponseAsync
(PutIntegrationResponseRequest request, AsyncHandler<PutIntegrationResponseRequest, PutIntegrationResponseResult> asyncHandler) -
Uses of PutIntegrationResponseRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return PutIntegrationResponseRequestModifier and TypeMethodDescriptionPutIntegrationResponseRequest.addResponseParametersEntry
(String key, String value) PutIntegrationResponseRequest.addResponseTemplatesEntry
(String key, String value) PutIntegrationResponseRequest.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.PutIntegrationResponseRequest.clearResponseTemplatesEntries()
Removes all the entries added into ResponseTemplates.PutIntegrationResponseRequest.clone()
PutIntegrationResponseRequest.withHttpMethod
(String httpMethod) Specifies a put integration response request's HTTP method.PutIntegrationResponseRequest.withResourceId
(String resourceId) Specifies a put integration response request's resource identifier.PutIntegrationResponseRequest.withResponseParameters
(Map<String, String> responseParameters) Represents response parameters that can be read from the backend response.PutIntegrationResponseRequest.withResponseTemplates
(Map<String, String> responseTemplates) Specifies a put integration response's templates.PutIntegrationResponseRequest.withRestApiId
(String restApiId) Specifies a put integration response request's API identifier.PutIntegrationResponseRequest.withSelectionPattern
(String selectionPattern) Specifies the selection pattern of a put integration response.PutIntegrationResponseRequest.withStatusCode
(String statusCode) Specifies the status code that is used to map the integration response to an existing MethodResponse.