Uses of Class
software.amazon.awssdk.services.iot.model.PrincipalThingObject
-
Packages that use PrincipalThingObject Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of PrincipalThingObject in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type PrincipalThingObject Modifier and Type Method Description List<PrincipalThingObject>ListPrincipalThingsV2Response. principalThingObjects()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 PrincipalThingObject Modifier and Type Method Description ListPrincipalThingsV2Response.BuilderListPrincipalThingsV2Response.Builder. principalThingObjects(PrincipalThingObject... principalThingObjects)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 PrincipalThingObject Modifier and Type Method Description ListPrincipalThingsV2Response.BuilderListPrincipalThingsV2Response.Builder. principalThingObjects(Collection<PrincipalThingObject> principalThingObjects)A list ofthingPrincipalObjectthat represents the principal and the type of relation it has with the thing. -
Uses of PrincipalThingObject in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type PrincipalThingObject Modifier and Type Method Description SdkIterable<PrincipalThingObject>ListPrincipalThingsV2Iterable. principalThingObjects()Returns an iterable to iterate through the paginatedListPrincipalThingsV2Response.principalThingObjects()member.SdkPublisher<PrincipalThingObject>ListPrincipalThingsV2Publisher. principalThingObjects()Returns a publisher that can be used to get a stream of data.
-