Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.CreateGatewayResponse.Builder
-
Packages that use CreateGatewayResponse.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of CreateGatewayResponse.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return CreateGatewayResponse.Builder Modifier and Type Method Description static CreateGatewayResponse.BuilderCreateGatewayResponse. builder()CreateGatewayResponse.BuilderCreateGatewayResponse.Builder. gatewayArn(String gatewayArn)The ARN of the gateway, which has the following format.CreateGatewayResponse.BuilderCreateGatewayResponse.Builder. gatewayId(String gatewayId)The ID of the gateway device.CreateGatewayResponse.BuilderCreateGatewayResponse. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type CreateGatewayResponse.Builder Modifier and Type Method Description static Class<? extends CreateGatewayResponse.Builder>CreateGatewayResponse. serializableBuilderClass()
-