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