Uses of Class
software.amazon.awssdk.services.iotsitewise.model.CreateGatewayRequest
-
Packages that use CreateGatewayRequest Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.transform -
-
Uses of CreateGatewayRequest in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise with parameters of type CreateGatewayRequest Modifier and Type Method Description 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.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. -
Uses of CreateGatewayRequest in software.amazon.awssdk.services.iotsitewise.transform
Methods in software.amazon.awssdk.services.iotsitewise.transform with parameters of type CreateGatewayRequest Modifier and Type Method Description SdkHttpFullRequestCreateGatewayRequestMarshaller. marshall(CreateGatewayRequest createGatewayRequest)
-