Uses of Class
com.amazonaws.services.apigateway.model.UpdateMethodResponseRequest
-
Packages that use UpdateMethodResponseRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateMethodResponseRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateMethodResponseRequest 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 UpdateMethodResponseRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateMethodResponseRequest Modifier and Type Method Description UpdateMethodResponseRequest
UpdateMethodResponseRequest. clone()
UpdateMethodResponseRequest
UpdateMethodResponseRequest. withHttpMethod(String httpMethod)
The HTTP verb identifier for the parent Method resource.UpdateMethodResponseRequest
UpdateMethodResponseRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateMethodResponseRequest
UpdateMethodResponseRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateMethodResponseRequest
UpdateMethodResponseRequest. withResourceId(String resourceId)
The Resource identifier for the MethodResponse resource.UpdateMethodResponseRequest
UpdateMethodResponseRequest. withRestApiId(String restApiId)
The RestApi identifier for the MethodResponse resource.UpdateMethodResponseRequest
UpdateMethodResponseRequest. withStatusCode(String statusCode)
The status code identifier for the MethodResponse resource.
-