Uses of Class
com.amazonaws.services.apigateway.model.UpdateMethodResponseRequest
Packages that use UpdateMethodResponseRequest
-
Uses of UpdateMethodResponseRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type UpdateMethodResponseRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.updateMethodResponse
(UpdateMethodResponseRequest request) AmazonApiGateway.updateMethodResponse
(UpdateMethodResponseRequest updateMethodResponseRequest) Updates an existing MethodResponse resource.AmazonApiGatewayClient.updateMethodResponse
(UpdateMethodResponseRequest updateMethodResponseRequest) Updates an existing MethodResponse resource.AbstractAmazonApiGatewayAsync.updateMethodResponseAsync
(UpdateMethodResponseRequest request) AbstractAmazonApiGatewayAsync.updateMethodResponseAsync
(UpdateMethodResponseRequest request, AsyncHandler<UpdateMethodResponseRequest, UpdateMethodResponseResult> asyncHandler) AmazonApiGatewayAsync.updateMethodResponseAsync
(UpdateMethodResponseRequest updateMethodResponseRequest) Updates an existing MethodResponse resource.AmazonApiGatewayAsync.updateMethodResponseAsync
(UpdateMethodResponseRequest updateMethodResponseRequest, AsyncHandler<UpdateMethodResponseRequest, UpdateMethodResponseResult> asyncHandler) Updates an existing MethodResponse resource.AmazonApiGatewayAsyncClient.updateMethodResponseAsync
(UpdateMethodResponseRequest request) AmazonApiGatewayAsyncClient.updateMethodResponseAsync
(UpdateMethodResponseRequest request, AsyncHandler<UpdateMethodResponseRequest, UpdateMethodResponseResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateMethodResponseRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateMethodResponseAsync
(UpdateMethodResponseRequest request, AsyncHandler<UpdateMethodResponseRequest, UpdateMethodResponseResult> asyncHandler) AmazonApiGatewayAsync.updateMethodResponseAsync
(UpdateMethodResponseRequest updateMethodResponseRequest, AsyncHandler<UpdateMethodResponseRequest, UpdateMethodResponseResult> asyncHandler) Updates an existing MethodResponse resource.AmazonApiGatewayAsyncClient.updateMethodResponseAsync
(UpdateMethodResponseRequest request, AsyncHandler<UpdateMethodResponseRequest, UpdateMethodResponseResult> asyncHandler) -
Uses of UpdateMethodResponseRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateMethodResponseRequestModifier and TypeMethodDescriptionUpdateMethodResponseRequest.clone()
UpdateMethodResponseRequest.withHttpMethod
(String httpMethod) The HTTP verb identifier for the parent Method resource.UpdateMethodResponseRequest.withPatchOperations
(PatchOperation... patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateMethodResponseRequest.withPatchOperations
(Collection<PatchOperation> patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateMethodResponseRequest.withResourceId
(String resourceId) The Resource identifier for the MethodResponse resource.UpdateMethodResponseRequest.withRestApiId
(String restApiId) The RestApi identifier for the MethodResponse resource.UpdateMethodResponseRequest.withStatusCode
(String statusCode) The status code identifier for the MethodResponse resource.