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 PutIntegrationResponseResult
AbstractAmazonApiGateway. putIntegrationResponse(PutIntegrationResponseRequest request)
PutIntegrationResponseResult
AmazonApiGateway. putIntegrationResponse(PutIntegrationResponseRequest putIntegrationResponseRequest)
Represents a put integration.PutIntegrationResponseResult
AmazonApiGatewayClient. 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 PutIntegrationResponseResult
PutIntegrationResponseResult. addResponseParametersEntry(String key, String value)
PutIntegrationResponseResult
PutIntegrationResponseResult. addResponseTemplatesEntry(String key, String value)
PutIntegrationResponseResult
PutIntegrationResponseResult. clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.PutIntegrationResponseResult
PutIntegrationResponseResult. clearResponseTemplatesEntries()
Removes all the entries added into ResponseTemplates.PutIntegrationResponseResult
PutIntegrationResponseResult. clone()
PutIntegrationResponseResult
PutIntegrationResponseResult. withResponseParameters(Map<String,String> responseParameters)
Represents response parameters that can be read from the backend response.PutIntegrationResponseResult
PutIntegrationResponseResult. withResponseTemplates(Map<String,String> responseTemplates)
Specifies the templates used to transform the integration response body.PutIntegrationResponseResult
PutIntegrationResponseResult. withSelectionPattern(String selectionPattern)
Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend.PutIntegrationResponseResult
PutIntegrationResponseResult. withStatusCode(String statusCode)
Specifies the status code that is used to map the integration response to an existing MethodResponse.
-