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