Uses of Class
com.amazonaws.services.iot.model.ListThingPrincipalsResult
-
Packages that use ListThingPrincipalsResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of ListThingPrincipalsResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return ListThingPrincipalsResult Modifier and Type Method Description ListThingPrincipalsResultAbstractAWSIot. listThingPrincipals(ListThingPrincipalsRequest request)ListThingPrincipalsResultAWSIot. listThingPrincipals(ListThingPrincipalsRequest listThingPrincipalsRequest)Lists the principals associated with the specified thing.ListThingPrincipalsResultAWSIotClient. listThingPrincipals(ListThingPrincipalsRequest listThingPrincipalsRequest)Lists the principals associated with the specified thing.Method parameters in com.amazonaws.services.iot with type arguments of type ListThingPrincipalsResult Modifier and Type Method Description Future<ListThingPrincipalsResult>AbstractAWSIotAsync. listThingPrincipalsAsync(ListThingPrincipalsRequest request, AsyncHandler<ListThingPrincipalsRequest,ListThingPrincipalsResult> asyncHandler)Future<ListThingPrincipalsResult>AWSIotAsync. listThingPrincipalsAsync(ListThingPrincipalsRequest listThingPrincipalsRequest, AsyncHandler<ListThingPrincipalsRequest,ListThingPrincipalsResult> asyncHandler)Lists the principals associated with the specified thing.Future<ListThingPrincipalsResult>AWSIotAsyncClient. listThingPrincipalsAsync(ListThingPrincipalsRequest request, AsyncHandler<ListThingPrincipalsRequest,ListThingPrincipalsResult> asyncHandler) -
Uses of ListThingPrincipalsResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return ListThingPrincipalsResult Modifier and Type Method Description ListThingPrincipalsResultListThingPrincipalsResult. clone()ListThingPrincipalsResultListThingPrincipalsResult. withPrincipals(String... principals)The principals.ListThingPrincipalsResultListThingPrincipalsResult. withPrincipals(Collection<String> principals)The principals.
-