Uses of Class
software.amazon.awssdk.services.iotsitewise.model.CreateGatewayResponse
-
Packages that use CreateGatewayResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference. -
-
Uses of CreateGatewayResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return CreateGatewayResponse Modifier and Type Method Description default CreateGatewayResponseIoTSiteWiseClient. createGateway(Consumer<CreateGatewayRequest.Builder> createGatewayRequest)Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to IoT SiteWise.default CreateGatewayResponseIoTSiteWiseClient. createGateway(CreateGatewayRequest createGatewayRequest)Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to IoT SiteWise.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type CreateGatewayResponse Modifier and Type Method Description default CompletableFuture<CreateGatewayResponse>IoTSiteWiseAsyncClient. createGateway(Consumer<CreateGatewayRequest.Builder> createGatewayRequest)Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to IoT SiteWise.default CompletableFuture<CreateGatewayResponse>IoTSiteWiseAsyncClient. createGateway(CreateGatewayRequest createGatewayRequest)Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to IoT SiteWise.
-