| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
GroupInformation |
GroupInformation.clone() |
GroupInformation |
GroupInformation.withArn(String arn)
Arn of a group.
|
GroupInformation |
GroupInformation.withCreationTimestamp(String creationTimestamp)
Timestamp of when the group was created.
|
GroupInformation |
GroupInformation.withId(String id)
Id of a group.
|
GroupInformation |
GroupInformation.withLastUpdatedTimestamp(String lastUpdatedTimestamp)
Last updated timestamp of the group.
|
GroupInformation |
GroupInformation.withLatestVersion(String latestVersion)
Last version of the group.
|
GroupInformation |
GroupInformation.withLatestVersionArn(String latestVersionArn)
Latest version arn of the group.
|
GroupInformation |
GroupInformation.withName(String name)
Name of a group.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupInformation> |
ListGroupsResult.getGroups()
Groups
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResult |
ListGroupsResult.withGroups(GroupInformation... groups)
Groups
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupsResult.setGroups(Collection<GroupInformation> groups)
Groups
|
ListGroupsResult |
ListGroupsResult.withGroups(Collection<GroupInformation> groups)
Groups
|
Copyright © 2017. All rights reserved.