| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
List<GroupNameAndArn> |
ListBillingGroupsResponse.billingGroups()
The list of billing groups.
|
List<GroupNameAndArn> |
ThingGroupMetadata.rootToParentThingGroups()
The root parent thing group.
|
List<GroupNameAndArn> |
ListThingGroupsResponse.thingGroups()
The thing groups.
|
List<GroupNameAndArn> |
ListThingGroupsForThingResponse.thingGroups()
The thing groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListBillingGroupsResponse.Builder |
ListBillingGroupsResponse.Builder.billingGroups(GroupNameAndArn... billingGroups)
The list of billing groups.
|
ThingGroupMetadata.Builder |
ThingGroupMetadata.Builder.rootToParentThingGroups(GroupNameAndArn... rootToParentThingGroups)
The root parent thing group.
|
ListThingGroupsResponse.Builder |
ListThingGroupsResponse.Builder.thingGroups(GroupNameAndArn... thingGroups)
The thing groups.
|
ListThingGroupsForThingResponse.Builder |
ListThingGroupsForThingResponse.Builder.thingGroups(GroupNameAndArn... thingGroups)
The thing groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListBillingGroupsResponse.Builder |
ListBillingGroupsResponse.Builder.billingGroups(Collection<GroupNameAndArn> billingGroups)
The list of billing groups.
|
ThingGroupMetadata.Builder |
ThingGroupMetadata.Builder.rootToParentThingGroups(Collection<GroupNameAndArn> rootToParentThingGroups)
The root parent thing group.
|
ListThingGroupsResponse.Builder |
ListThingGroupsResponse.Builder.thingGroups(Collection<GroupNameAndArn> thingGroups)
The thing groups.
|
ListThingGroupsForThingResponse.Builder |
ListThingGroupsForThingResponse.Builder.thingGroups(Collection<GroupNameAndArn> thingGroups)
The thing groups.
|
Copyright © 2019. All rights reserved.