| 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 IoT Greengrass.
|
GatewayPlatform.Builder |
GatewayPlatform.Builder.greengrass(Greengrass greengrass)
A gateway that runs on IoT Greengrass.
|
default GatewayPlatform.Builder |
GatewayPlatform.Builder.greengrassV2(Consumer<GreengrassV2.Builder> greengrassV2)
A gateway that runs on IoT Greengrass V2.
|
GatewayPlatform.Builder |
GatewayPlatform.Builder.greengrassV2(GreengrassV2 greengrassV2)
A gateway that runs on IoT Greengrass V2.
|
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.
|
default GatewaySummary.Builder |
GatewaySummary.Builder.gatewayPlatform(Consumer<GatewayPlatform.Builder> gatewayPlatform)
Sets the value of the GatewayPlatform property for this object.
|
Copyright © 2023. All rights reserved.