Uses of Class
com.amazonaws.services.apigateway.model.UpdateRestApiRequest
Packages that use UpdateRestApiRequest
-
Uses of UpdateRestApiRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type UpdateRestApiRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.updateRestApi
(UpdateRestApiRequest request) AmazonApiGateway.updateRestApi
(UpdateRestApiRequest updateRestApiRequest) Changes information about the specified API.AmazonApiGatewayClient.updateRestApi
(UpdateRestApiRequest updateRestApiRequest) Changes information about the specified API.AbstractAmazonApiGatewayAsync.updateRestApiAsync
(UpdateRestApiRequest request) AbstractAmazonApiGatewayAsync.updateRestApiAsync
(UpdateRestApiRequest request, AsyncHandler<UpdateRestApiRequest, UpdateRestApiResult> asyncHandler) AmazonApiGatewayAsync.updateRestApiAsync
(UpdateRestApiRequest updateRestApiRequest) Changes information about the specified API.AmazonApiGatewayAsync.updateRestApiAsync
(UpdateRestApiRequest updateRestApiRequest, AsyncHandler<UpdateRestApiRequest, UpdateRestApiResult> asyncHandler) Changes information about the specified API.AmazonApiGatewayAsyncClient.updateRestApiAsync
(UpdateRestApiRequest request) AmazonApiGatewayAsyncClient.updateRestApiAsync
(UpdateRestApiRequest request, AsyncHandler<UpdateRestApiRequest, UpdateRestApiResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateRestApiRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateRestApiAsync
(UpdateRestApiRequest request, AsyncHandler<UpdateRestApiRequest, UpdateRestApiResult> asyncHandler) AmazonApiGatewayAsync.updateRestApiAsync
(UpdateRestApiRequest updateRestApiRequest, AsyncHandler<UpdateRestApiRequest, UpdateRestApiResult> asyncHandler) Changes information about the specified API.AmazonApiGatewayAsyncClient.updateRestApiAsync
(UpdateRestApiRequest request, AsyncHandler<UpdateRestApiRequest, UpdateRestApiResult> asyncHandler) -
Uses of UpdateRestApiRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateRestApiRequestModifier and TypeMethodDescriptionUpdateRestApiRequest.clone()
UpdateRestApiRequest.withPatchOperations
(PatchOperation... patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateRestApiRequest.withPatchOperations
(Collection<PatchOperation> patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateRestApiRequest.withRestApiId
(String restApiId) The ID of the RestApi you want to update.