Uses of Interface
software.amazon.awssdk.services.iot.model.ListThingsInBillingGroupResponse.Builder
-
Packages that use ListThingsInBillingGroupResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ListThingsInBillingGroupResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListThingsInBillingGroupResponse.Builder Modifier and Type Method Description static ListThingsInBillingGroupResponse.BuilderListThingsInBillingGroupResponse. builder()ListThingsInBillingGroupResponse.BuilderListThingsInBillingGroupResponse.Builder. nextToken(String nextToken)The token to use to get the next set of results.ListThingsInBillingGroupResponse.BuilderListThingsInBillingGroupResponse.Builder. things(String... things)A list of things in the billing group.ListThingsInBillingGroupResponse.BuilderListThingsInBillingGroupResponse.Builder. things(Collection<String> things)A list of things in the billing group.ListThingsInBillingGroupResponse.BuilderListThingsInBillingGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListThingsInBillingGroupResponse.Builder Modifier and Type Method Description static Class<? extends ListThingsInBillingGroupResponse.Builder>ListThingsInBillingGroupResponse. serializableBuilderClass()
-