Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
Packages that use UpdateRestApiResponse
-
Uses of UpdateRestApiResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateRestApiResponseModifier and TypeMethodDescriptiondefault 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 UpdateRestApiResponseModifier and TypeMethodDescriptiondefault 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.