| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
static GatewayPlatform.Builder |
GatewayPlatform.builder() |
default GatewayPlatform.Builder |
GatewayPlatform.Builder.greengrass(Consumer<Greengrass.Builder> greengrass)
A gateway that runs on AWS IoT Greengrass.
|
GatewayPlatform.Builder |
GatewayPlatform.Builder.greengrass(Greengrass greengrass)
A gateway that runs on AWS IoT Greengrass.
|
GatewayPlatform.Builder |
GatewayPlatform.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GatewayPlatform.Builder> |
GatewayPlatform.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeGatewayResponse.Builder |
DescribeGatewayResponse.Builder.gatewayPlatform(Consumer<GatewayPlatform.Builder> gatewayPlatform)
The gateway's platform.
|
default CreateGatewayRequest.Builder |
CreateGatewayRequest.Builder.gatewayPlatform(Consumer<GatewayPlatform.Builder> gatewayPlatform)
The gateway's platform.
|
Copyright © 2021. All rights reserved.