Uses of Class
com.amazonaws.services.apigateway.model.UpdateMethodResponseResult
-
Packages that use UpdateMethodResponseResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateMethodResponseResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return UpdateMethodResponseResult Modifier and Type Method Description UpdateMethodResponseResult
AbstractAmazonApiGateway. updateMethodResponse(UpdateMethodResponseRequest request)
UpdateMethodResponseResult
AmazonApiGateway. updateMethodResponse(UpdateMethodResponseRequest updateMethodResponseRequest)
Updates an existing MethodResponse resource.UpdateMethodResponseResult
AmazonApiGatewayClient. updateMethodResponse(UpdateMethodResponseRequest updateMethodResponseRequest)
Updates an existing MethodResponse resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateMethodResponseResult Modifier and Type Method Description Future<UpdateMethodResponseResult>
AbstractAmazonApiGatewayAsync. updateMethodResponseAsync(UpdateMethodResponseRequest request, AsyncHandler<UpdateMethodResponseRequest,UpdateMethodResponseResult> asyncHandler)
Future<UpdateMethodResponseResult>
AmazonApiGatewayAsync. updateMethodResponseAsync(UpdateMethodResponseRequest updateMethodResponseRequest, AsyncHandler<UpdateMethodResponseRequest,UpdateMethodResponseResult> asyncHandler)
Updates an existing MethodResponse resource.Future<UpdateMethodResponseResult>
AmazonApiGatewayAsyncClient. updateMethodResponseAsync(UpdateMethodResponseRequest request, AsyncHandler<UpdateMethodResponseRequest,UpdateMethodResponseResult> asyncHandler)
-
Uses of UpdateMethodResponseResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateMethodResponseResult Modifier and Type Method Description UpdateMethodResponseResult
UpdateMethodResponseResult. addResponseModelsEntry(String key, String value)
UpdateMethodResponseResult
UpdateMethodResponseResult. addResponseParametersEntry(String key, Boolean value)
UpdateMethodResponseResult
UpdateMethodResponseResult. clearResponseModelsEntries()
Removes all the entries added into ResponseModels.UpdateMethodResponseResult
UpdateMethodResponseResult. clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.UpdateMethodResponseResult
UpdateMethodResponseResult. clone()
UpdateMethodResponseResult
UpdateMethodResponseResult. withResponseModels(Map<String,String> responseModels)
Specifies the Model resources used for the response's content-type.UpdateMethodResponseResult
UpdateMethodResponseResult. withResponseParameters(Map<String,Boolean> responseParameters)
Represents response parameters that can be sent back to the caller by Amazon API Gateway.UpdateMethodResponseResult
UpdateMethodResponseResult. withStatusCode(String statusCode)
The method response's status code.
-