Uses of Class
com.amazonaws.services.apigateway.model.UpdateRestApiRequest
-
Packages that use UpdateRestApiRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateRestApiRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateRestApiRequest Modifier and Type Method Description Future<UpdateRestApiResult>AbstractAmazonApiGatewayAsync. updateRestApiAsync(UpdateRestApiRequest request, AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler)Future<UpdateRestApiResult>AmazonApiGatewayAsync. updateRestApiAsync(UpdateRestApiRequest updateRestApiRequest, AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler)Changes information about the specified API.Future<UpdateRestApiResult>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 UpdateRestApiRequest Modifier and Type Method Description UpdateRestApiRequestUpdateRestApiRequest. clone()UpdateRestApiRequestUpdateRestApiRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateRestApiRequestUpdateRestApiRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateRestApiRequestUpdateRestApiRequest. withRestApiId(String restApiId)The ID of the RestApi you want to update.
-