| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
GroupInformation |
GroupInformation.clone() |
GroupInformation |
GroupInformation.withArn(String arn)
The ARN of the group.
|
GroupInformation |
GroupInformation.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the group was created.
|
GroupInformation |
GroupInformation.withId(String id)
The ID of the group.
|
GroupInformation |
GroupInformation.withLastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the group was last updated.
|
GroupInformation |
GroupInformation.withLatestVersion(String latestVersion)
The ID of the latest version associated with the group.
|
GroupInformation |
GroupInformation.withLatestVersionArn(String latestVersionArn)
The ARN of the latest version associated with the group.
|
GroupInformation |
GroupInformation.withName(String name)
The name of the group.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupInformation> |
ListGroupsResult.getGroups()
Information about a group.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResult |
ListGroupsResult.withGroups(GroupInformation... groups)
Information about a group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupsResult.setGroups(Collection<GroupInformation> groups)
Information about a group.
|
ListGroupsResult |
ListGroupsResult.withGroups(Collection<GroupInformation> groups)
Information about a group.
|
Copyright © 2020. All rights reserved.