Uses of Interface
software.amazon.awssdk.services.iot.model.CreateThingGroupResponse.Builder
-
Packages that use CreateThingGroupResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CreateThingGroupResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CreateThingGroupResponse.Builder Modifier and Type Method Description static CreateThingGroupResponse.BuilderCreateThingGroupResponse. builder()CreateThingGroupResponse.BuilderCreateThingGroupResponse.Builder. thingGroupArn(String thingGroupArn)The thing group ARN.CreateThingGroupResponse.BuilderCreateThingGroupResponse.Builder. thingGroupId(String thingGroupId)The thing group ID.CreateThingGroupResponse.BuilderCreateThingGroupResponse.Builder. thingGroupName(String thingGroupName)The thing group name.CreateThingGroupResponse.BuilderCreateThingGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CreateThingGroupResponse.Builder Modifier and Type Method Description static Class<? extends CreateThingGroupResponse.Builder>CreateThingGroupResponse. serializableBuilderClass()
-