Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
GroupNameAndArn |
GroupNameAndArn.clone() |
GroupNameAndArn |
GroupNameAndArn.withGroupArn(String groupArn)
The group ARN.
|
GroupNameAndArn |
GroupNameAndArn.withGroupName(String groupName)
The group name.
|
Modifier and Type | Method and Description |
---|---|
List<GroupNameAndArn> |
ListBillingGroupsResult.getBillingGroups()
The list of billing groups.
|
List<GroupNameAndArn> |
ThingGroupMetadata.getRootToParentThingGroups()
The root parent thing group.
|
List<GroupNameAndArn> |
ListThingGroupsForThingResult.getThingGroups()
The thing groups.
|
List<GroupNameAndArn> |
ListThingGroupsResult.getThingGroups()
The thing groups.
|
Modifier and Type | Method and Description |
---|---|
ListBillingGroupsResult |
ListBillingGroupsResult.withBillingGroups(GroupNameAndArn... billingGroups)
The list of billing groups.
|
ThingGroupMetadata |
ThingGroupMetadata.withRootToParentThingGroups(GroupNameAndArn... rootToParentThingGroups)
The root parent thing group.
|
ListThingGroupsForThingResult |
ListThingGroupsForThingResult.withThingGroups(GroupNameAndArn... thingGroups)
The thing groups.
|
ListThingGroupsResult |
ListThingGroupsResult.withThingGroups(GroupNameAndArn... thingGroups)
The thing groups.
|
Modifier and Type | Method and Description |
---|---|
void |
ListBillingGroupsResult.setBillingGroups(Collection<GroupNameAndArn> billingGroups)
The list of billing groups.
|
void |
ThingGroupMetadata.setRootToParentThingGroups(Collection<GroupNameAndArn> rootToParentThingGroups)
The root parent thing group.
|
void |
ListThingGroupsForThingResult.setThingGroups(Collection<GroupNameAndArn> thingGroups)
The thing groups.
|
void |
ListThingGroupsResult.setThingGroups(Collection<GroupNameAndArn> thingGroups)
The thing groups.
|
ListBillingGroupsResult |
ListBillingGroupsResult.withBillingGroups(Collection<GroupNameAndArn> billingGroups)
The list of billing groups.
|
ThingGroupMetadata |
ThingGroupMetadata.withRootToParentThingGroups(Collection<GroupNameAndArn> rootToParentThingGroups)
The root parent thing group.
|
ListThingGroupsForThingResult |
ListThingGroupsForThingResult.withThingGroups(Collection<GroupNameAndArn> thingGroups)
The thing groups.
|
ListThingGroupsResult |
ListThingGroupsResult.withThingGroups(Collection<GroupNameAndArn> thingGroups)
The thing groups.
|
Copyright © 2020. All rights reserved.