| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| 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> |
ListThingGroupsForThingResponse.thingGroups()
The thing groups.
|
List<GroupNameAndArn> |
ListThingGroupsResponse.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.
|
ListThingGroupsForThingResponse.Builder |
ListThingGroupsForThingResponse.Builder.thingGroups(GroupNameAndArn... thingGroups)
The thing groups.
|
ListThingGroupsResponse.Builder |
ListThingGroupsResponse.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.
|
ListThingGroupsForThingResponse.Builder |
ListThingGroupsForThingResponse.Builder.thingGroups(Collection<GroupNameAndArn> thingGroups)
The thing groups.
|
ListThingGroupsResponse.Builder |
ListThingGroupsResponse.Builder.thingGroups(Collection<GroupNameAndArn> thingGroups)
The thing groups.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<GroupNameAndArn> |
ListBillingGroupsPublisher.billingGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<GroupNameAndArn> |
ListBillingGroupsIterable.billingGroups()
Returns an iterable to iterate through the paginated
ListBillingGroupsResponse.billingGroups() member. |
SdkIterable<GroupNameAndArn> |
ListThingGroupsIterable.thingGroups()
Returns an iterable to iterate through the paginated
ListThingGroupsResponse.thingGroups() member. |
SdkPublisher<GroupNameAndArn> |
ListThingGroupsPublisher.thingGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<GroupNameAndArn> |
ListThingGroupsForThingIterable.thingGroups()
Returns an iterable to iterate through the paginated
ListThingGroupsForThingResponse.thingGroups()
member. |
SdkPublisher<GroupNameAndArn> |
ListThingGroupsForThingPublisher.thingGroups()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.