Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
-
Packages that use UpdateRestApiResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of UpdateRestApiResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateRestApiResponse Modifier and Type Method Description default UpdateRestApiResponseApiGatewayClient. updateRestApi(Consumer<UpdateRestApiRequest.Builder> updateRestApiRequest)Changes information about the specified API.default UpdateRestApiResponseApiGatewayClient. updateRestApi(UpdateRestApiRequest updateRestApiRequest)Changes information about the specified API.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UpdateRestApiResponse Modifier and Type Method Description default CompletableFuture<UpdateRestApiResponse>ApiGatewayAsyncClient. updateRestApi(Consumer<UpdateRestApiRequest.Builder> updateRestApiRequest)Changes information about the specified API.default CompletableFuture<UpdateRestApiResponse>ApiGatewayAsyncClient. updateRestApi(UpdateRestApiRequest updateRestApiRequest)Changes information about the specified API.
-