Uses of Interface
software.amazon.awssdk.services.iot.model.CreateThingTypeResponse.Builder
-
Packages that use CreateThingTypeResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CreateThingTypeResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CreateThingTypeResponse.Builder Modifier and Type Method Description static CreateThingTypeResponse.BuilderCreateThingTypeResponse. builder()CreateThingTypeResponse.BuilderCreateThingTypeResponse.Builder. thingTypeArn(String thingTypeArn)The Amazon Resource Name (ARN) of the thing type.CreateThingTypeResponse.BuilderCreateThingTypeResponse.Builder. thingTypeId(String thingTypeId)The thing type ID.CreateThingTypeResponse.BuilderCreateThingTypeResponse.Builder. thingTypeName(String thingTypeName)The name of the thing type.CreateThingTypeResponse.BuilderCreateThingTypeResponse. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CreateThingTypeResponse.Builder Modifier and Type Method Description static Class<? extends CreateThingTypeResponse.Builder>CreateThingTypeResponse. serializableBuilderClass()
-