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