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