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