Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest
-
Packages that use UpdateMethodRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of UpdateMethodRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type UpdateMethodRequest Modifier and Type Method Description default CompletableFuture<UpdateMethodResponse>ApiGatewayAsyncClient. updateMethod(UpdateMethodRequest updateMethodRequest)Updates an existing Method resource.default UpdateMethodResponseApiGatewayClient. updateMethod(UpdateMethodRequest updateMethodRequest)Updates an existing Method resource. -
Uses of UpdateMethodRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type UpdateMethodRequest Modifier and Type Method Description SdkHttpFullRequestUpdateMethodRequestMarshaller. marshall(UpdateMethodRequest updateMethodRequest)
-