Uses of Interface
software.amazon.awssdk.services.iot.model.CreateThingResponse.Builder
-
Packages that use CreateThingResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CreateThingResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CreateThingResponse.Builder Modifier and Type Method Description static CreateThingResponse.BuilderCreateThingResponse. builder()CreateThingResponse.BuilderCreateThingResponse.Builder. thingArn(String thingArn)The ARN of the new thing.CreateThingResponse.BuilderCreateThingResponse.Builder. thingId(String thingId)The thing ID.CreateThingResponse.BuilderCreateThingResponse.Builder. thingName(String thingName)The name of the new thing.CreateThingResponse.BuilderCreateThingResponse. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CreateThingResponse.Builder Modifier and Type Method Description static Class<? extends CreateThingResponse.Builder>CreateThingResponse. serializableBuilderClass()
-