Uses of Class
software.amazon.awssdk.services.iot.model.ThingPrincipalObject
-
Packages that use ThingPrincipalObject Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of ThingPrincipalObject in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ThingPrincipalObject Modifier and Type Method Description List<ThingPrincipalObject>ListThingPrincipalsV2Response. thingPrincipalObjects()A list ofthingPrincipalObjectthat represents the principal and the type of relation it has with the thing.Methods in software.amazon.awssdk.services.iot.model with parameters of type ThingPrincipalObject Modifier and Type Method Description ListThingPrincipalsV2Response.BuilderListThingPrincipalsV2Response.Builder. thingPrincipalObjects(ThingPrincipalObject... thingPrincipalObjects)A list ofthingPrincipalObjectthat represents the principal and the type of relation it has with the thing.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ThingPrincipalObject Modifier and Type Method Description ListThingPrincipalsV2Response.BuilderListThingPrincipalsV2Response.Builder. thingPrincipalObjects(Collection<ThingPrincipalObject> thingPrincipalObjects)A list ofthingPrincipalObjectthat represents the principal and the type of relation it has with the thing. -
Uses of ThingPrincipalObject in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ThingPrincipalObject Modifier and Type Method Description SdkIterable<ThingPrincipalObject>ListThingPrincipalsV2Iterable. thingPrincipalObjects()Returns an iterable to iterate through the paginatedListThingPrincipalsV2Response.thingPrincipalObjects()member.SdkPublisher<ThingPrincipalObject>ListThingPrincipalsV2Publisher. thingPrincipalObjects()Returns a publisher that can be used to get a stream of data.
-