Uses of Class
com.amazonaws.services.iot.model.ListPrincipalThingsResult
-
Packages that use ListPrincipalThingsResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of ListPrincipalThingsResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return ListPrincipalThingsResult Modifier and Type Method Description ListPrincipalThingsResultAbstractAWSIot. listPrincipalThings(ListPrincipalThingsRequest request)ListPrincipalThingsResultAWSIot. listPrincipalThings(ListPrincipalThingsRequest listPrincipalThingsRequest)Lists the things associated with the specified principal.ListPrincipalThingsResultAWSIotClient. listPrincipalThings(ListPrincipalThingsRequest listPrincipalThingsRequest)Lists the things associated with the specified principal.Method parameters in com.amazonaws.services.iot with type arguments of type ListPrincipalThingsResult Modifier and Type Method Description Future<ListPrincipalThingsResult>AbstractAWSIotAsync. listPrincipalThingsAsync(ListPrincipalThingsRequest request, AsyncHandler<ListPrincipalThingsRequest,ListPrincipalThingsResult> asyncHandler)Future<ListPrincipalThingsResult>AWSIotAsync. listPrincipalThingsAsync(ListPrincipalThingsRequest listPrincipalThingsRequest, AsyncHandler<ListPrincipalThingsRequest,ListPrincipalThingsResult> asyncHandler)Lists the things associated with the specified principal.Future<ListPrincipalThingsResult>AWSIotAsyncClient. listPrincipalThingsAsync(ListPrincipalThingsRequest request, AsyncHandler<ListPrincipalThingsRequest,ListPrincipalThingsResult> asyncHandler) -
Uses of ListPrincipalThingsResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return ListPrincipalThingsResult Modifier and Type Method Description ListPrincipalThingsResultListPrincipalThingsResult. clone()ListPrincipalThingsResultListPrincipalThingsResult. withNextToken(String nextToken)A token used to retrieve the next value.ListPrincipalThingsResultListPrincipalThingsResult. withThings(String... things)The things.ListPrincipalThingsResultListPrincipalThingsResult. withThings(Collection<String> things)The things.
-