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