Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.GatewayPlatform.Builder
-
Packages that use GatewayPlatform.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of GatewayPlatform.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return GatewayPlatform.Builder Modifier and Type Method Description static GatewayPlatform.BuilderGatewayPlatform. builder()default GatewayPlatform.BuilderGatewayPlatform.Builder. greengrass(Consumer<Greengrass.Builder> greengrass)A gateway that runs on IoT Greengrass.GatewayPlatform.BuilderGatewayPlatform.Builder. greengrass(Greengrass greengrass)A gateway that runs on IoT Greengrass.default GatewayPlatform.BuilderGatewayPlatform.Builder. greengrassV2(Consumer<GreengrassV2.Builder> greengrassV2)A gateway that runs on IoT Greengrass V2.GatewayPlatform.BuilderGatewayPlatform.Builder. greengrassV2(GreengrassV2 greengrassV2)A gateway that runs on IoT Greengrass V2.GatewayPlatform.BuilderGatewayPlatform. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type GatewayPlatform.Builder Modifier and Type Method Description static Class<? extends GatewayPlatform.Builder>GatewayPlatform. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type GatewayPlatform.Builder Modifier and Type Method Description default CreateGatewayRequest.BuilderCreateGatewayRequest.Builder. gatewayPlatform(Consumer<GatewayPlatform.Builder> gatewayPlatform)The gateway's platform.default DescribeGatewayResponse.BuilderDescribeGatewayResponse.Builder. gatewayPlatform(Consumer<GatewayPlatform.Builder> gatewayPlatform)The gateway's platform.default GatewaySummary.BuilderGatewaySummary.Builder. gatewayPlatform(Consumer<GatewayPlatform.Builder> gatewayPlatform)Sets the value of the GatewayPlatform property for this object.
-