Uses of Class
software.amazon.awssdk.services.iotsitewise.model.GatewayPlatform
-
Packages that use GatewayPlatform Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of GatewayPlatform in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return GatewayPlatform Modifier and Type Method Description GatewayPlatformCreateGatewayRequest. gatewayPlatform()The gateway's platform.GatewayPlatformDescribeGatewayResponse. gatewayPlatform()The gateway's platform.GatewayPlatformGatewaySummary. gatewayPlatform()Returns the value of the GatewayPlatform property for this object.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type GatewayPlatform Modifier and Type Method Description CreateGatewayRequest.BuilderCreateGatewayRequest.Builder. gatewayPlatform(GatewayPlatform gatewayPlatform)The gateway's platform.DescribeGatewayResponse.BuilderDescribeGatewayResponse.Builder. gatewayPlatform(GatewayPlatform gatewayPlatform)The gateway's platform.GatewaySummary.BuilderGatewaySummary.Builder. gatewayPlatform(GatewayPlatform gatewayPlatform)Sets the value of the GatewayPlatform property for this object.
-