Uses of Class
software.amazon.awssdk.services.iotsitewise.model.UpdateGatewayResponse
-
Packages that use UpdateGatewayResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference. -
-
Uses of UpdateGatewayResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return UpdateGatewayResponse Modifier and Type Method Description default UpdateGatewayResponseIoTSiteWiseClient. updateGateway(Consumer<UpdateGatewayRequest.Builder> updateGatewayRequest)Updates a gateway's name.default UpdateGatewayResponseIoTSiteWiseClient. updateGateway(UpdateGatewayRequest updateGatewayRequest)Updates a gateway's name.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type UpdateGatewayResponse Modifier and Type Method Description default CompletableFuture<UpdateGatewayResponse>IoTSiteWiseAsyncClient. updateGateway(Consumer<UpdateGatewayRequest.Builder> updateGatewayRequest)Updates a gateway's name.default CompletableFuture<UpdateGatewayResponse>IoTSiteWiseAsyncClient. updateGateway(UpdateGatewayRequest updateGatewayRequest)Updates a gateway's name.
-