Uses of Interface
software.amazon.awssdk.services.iot.model.ListThingPrincipalsResponse.Builder
-
Packages that use ListThingPrincipalsResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ListThingPrincipalsResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListThingPrincipalsResponse.Builder Modifier and Type Method Description static ListThingPrincipalsResponse.BuilderListThingPrincipalsResponse. builder()ListThingPrincipalsResponse.BuilderListThingPrincipalsResponse.Builder. nextToken(String nextToken)The token to use to get the next set of results, or null if there are no additional results.ListThingPrincipalsResponse.BuilderListThingPrincipalsResponse.Builder. principals(String... principals)The principals associated with the thing.ListThingPrincipalsResponse.BuilderListThingPrincipalsResponse.Builder. principals(Collection<String> principals)The principals associated with the thing.ListThingPrincipalsResponse.BuilderListThingPrincipalsResponse. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListThingPrincipalsResponse.Builder Modifier and Type Method Description static Class<? extends ListThingPrincipalsResponse.Builder>ListThingPrincipalsResponse. serializableBuilderClass()
-