Uses of Interface
software.amazon.awssdk.services.iot.model.ListThingPrincipalsRequest.Builder
-
Packages that use ListThingPrincipalsRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of ListThingPrincipalsRequest.Builder in software.amazon.awssdk.services.iot
-
Uses of ListThingPrincipalsRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListThingPrincipalsRequest.Builder Modifier and Type Method Description static ListThingPrincipalsRequest.BuilderListThingPrincipalsRequest. builder()ListThingPrincipalsRequest.BuilderListThingPrincipalsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in this operation.ListThingPrincipalsRequest.BuilderListThingPrincipalsRequest.Builder. nextToken(String nextToken)To retrieve the next set of results, thenextTokenvalue from a previous response; otherwise null to receive the first set of results.ListThingPrincipalsRequest.BuilderListThingPrincipalsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListThingPrincipalsRequest.BuilderListThingPrincipalsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListThingPrincipalsRequest.BuilderListThingPrincipalsRequest.Builder. thingName(String thingName)The name of the thing.ListThingPrincipalsRequest.BuilderListThingPrincipalsRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListThingPrincipalsRequest.Builder Modifier and Type Method Description static Class<? extends ListThingPrincipalsRequest.Builder>ListThingPrincipalsRequest. serializableBuilderClass()
-