Uses of Interface
software.amazon.awssdk.services.iot.model.PrincipalThingObject.Builder
-
Packages that use PrincipalThingObject.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of PrincipalThingObject.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return PrincipalThingObject.Builder Modifier and Type Method Description static PrincipalThingObject.BuilderPrincipalThingObject. builder()PrincipalThingObject.BuilderPrincipalThingObject.Builder. thingName(String thingName)The name of the thing.PrincipalThingObject.BuilderPrincipalThingObject.Builder. thingPrincipalType(String thingPrincipalType)The type of the relation you want to specify when you attach a principal to a thing.PrincipalThingObject.BuilderPrincipalThingObject.Builder. thingPrincipalType(ThingPrincipalType thingPrincipalType)The type of the relation you want to specify when you attach a principal to a thing.PrincipalThingObject.BuilderPrincipalThingObject. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type PrincipalThingObject.Builder Modifier and Type Method Description static Class<? extends PrincipalThingObject.Builder>PrincipalThingObject. serializableBuilderClass()
-