Uses of Class
software.amazon.awssdk.services.iot.model.GroupNameAndArn
-
Packages that use GroupNameAndArn Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of GroupNameAndArn in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type GroupNameAndArn Modifier and Type Method Description List<GroupNameAndArn>ListBillingGroupsResponse. billingGroups()The list of billing groups.List<GroupNameAndArn>ThingGroupMetadata. rootToParentThingGroups()The root parent thing group.List<GroupNameAndArn>ListThingGroupsForThingResponse. thingGroups()The thing groups.List<GroupNameAndArn>ListThingGroupsResponse. thingGroups()The thing groups.Methods in software.amazon.awssdk.services.iot.model with parameters of type GroupNameAndArn Modifier and Type Method Description ListBillingGroupsResponse.BuilderListBillingGroupsResponse.Builder. billingGroups(GroupNameAndArn... billingGroups)The list of billing groups.ThingGroupMetadata.BuilderThingGroupMetadata.Builder. rootToParentThingGroups(GroupNameAndArn... rootToParentThingGroups)The root parent thing group.ListThingGroupsForThingResponse.BuilderListThingGroupsForThingResponse.Builder. thingGroups(GroupNameAndArn... thingGroups)The thing groups.ListThingGroupsResponse.BuilderListThingGroupsResponse.Builder. thingGroups(GroupNameAndArn... thingGroups)The thing groups.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type GroupNameAndArn Modifier and Type Method Description ListBillingGroupsResponse.BuilderListBillingGroupsResponse.Builder. billingGroups(Collection<GroupNameAndArn> billingGroups)The list of billing groups.ThingGroupMetadata.BuilderThingGroupMetadata.Builder. rootToParentThingGroups(Collection<GroupNameAndArn> rootToParentThingGroups)The root parent thing group.ListThingGroupsForThingResponse.BuilderListThingGroupsForThingResponse.Builder. thingGroups(Collection<GroupNameAndArn> thingGroups)The thing groups.ListThingGroupsResponse.BuilderListThingGroupsResponse.Builder. thingGroups(Collection<GroupNameAndArn> thingGroups)The thing groups. -
Uses of GroupNameAndArn in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type GroupNameAndArn Modifier and Type Method Description SdkIterable<GroupNameAndArn>ListBillingGroupsIterable. billingGroups()Returns an iterable to iterate through the paginatedListBillingGroupsResponse.billingGroups()member.SdkPublisher<GroupNameAndArn>ListBillingGroupsPublisher. billingGroups()Returns a publisher that can be used to get a stream of data.SdkIterable<GroupNameAndArn>ListThingGroupsForThingIterable. thingGroups()Returns an iterable to iterate through the paginatedListThingGroupsForThingResponse.thingGroups()member.SdkPublisher<GroupNameAndArn>ListThingGroupsForThingPublisher. thingGroups()Returns a publisher that can be used to get a stream of data.SdkIterable<GroupNameAndArn>ListThingGroupsIterable. thingGroups()Returns an iterable to iterate through the paginatedListThingGroupsResponse.thingGroups()member.SdkPublisher<GroupNameAndArn>ListThingGroupsPublisher. thingGroups()Returns a publisher that can be used to get a stream of data.
-