Uses of Class
com.amazonaws.services.apigateway.model.PutIntegrationResponseResult
-
Packages that use PutIntegrationResponseResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of PutIntegrationResponseResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return PutIntegrationResponseResult Modifier and Type Method Description PutIntegrationResponseResultAbstractAmazonApiGateway. putIntegrationResponse(PutIntegrationResponseRequest request)PutIntegrationResponseResultAmazonApiGateway. putIntegrationResponse(PutIntegrationResponseRequest putIntegrationResponseRequest)Represents a put integration.PutIntegrationResponseResultAmazonApiGatewayClient. putIntegrationResponse(PutIntegrationResponseRequest putIntegrationResponseRequest)Represents a put integration.Method parameters in com.amazonaws.services.apigateway with type arguments of type PutIntegrationResponseResult Modifier and Type Method Description Future<PutIntegrationResponseResult>AbstractAmazonApiGatewayAsync. putIntegrationResponseAsync(PutIntegrationResponseRequest request, AsyncHandler<PutIntegrationResponseRequest,PutIntegrationResponseResult> asyncHandler)Future<PutIntegrationResponseResult>AmazonApiGatewayAsync. putIntegrationResponseAsync(PutIntegrationResponseRequest putIntegrationResponseRequest, AsyncHandler<PutIntegrationResponseRequest,PutIntegrationResponseResult> asyncHandler)Represents a put integration.Future<PutIntegrationResponseResult>AmazonApiGatewayAsyncClient. putIntegrationResponseAsync(PutIntegrationResponseRequest request, AsyncHandler<PutIntegrationResponseRequest,PutIntegrationResponseResult> asyncHandler) -
Uses of PutIntegrationResponseResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return PutIntegrationResponseResult Modifier and Type Method Description PutIntegrationResponseResultPutIntegrationResponseResult. addResponseParametersEntry(String key, String value)PutIntegrationResponseResultPutIntegrationResponseResult. addResponseTemplatesEntry(String key, String value)PutIntegrationResponseResultPutIntegrationResponseResult. clearResponseParametersEntries()Removes all the entries added into ResponseParameters.PutIntegrationResponseResultPutIntegrationResponseResult. clearResponseTemplatesEntries()Removes all the entries added into ResponseTemplates.PutIntegrationResponseResultPutIntegrationResponseResult. clone()PutIntegrationResponseResultPutIntegrationResponseResult. withResponseParameters(Map<String,String> responseParameters)Represents response parameters that can be read from the backend response.PutIntegrationResponseResultPutIntegrationResponseResult. withResponseTemplates(Map<String,String> responseTemplates)Specifies the templates used to transform the integration response body.PutIntegrationResponseResultPutIntegrationResponseResult. withSelectionPattern(String selectionPattern)Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend.PutIntegrationResponseResultPutIntegrationResponseResult. withStatusCode(String statusCode)Specifies the status code that is used to map the integration response to an existing MethodResponse.
-