| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
LabelGroupSummary |
LabelGroupSummary.clone() |
LabelGroupSummary |
LabelGroupSummary.withCreatedAt(Date createdAt)
The time at which the label group was created.
|
LabelGroupSummary |
LabelGroupSummary.withLabelGroupArn(String labelGroupArn)
The Amazon Resource Name (ARN) of the label group.
|
LabelGroupSummary |
LabelGroupSummary.withLabelGroupName(String labelGroupName)
The name of the label group.
|
LabelGroupSummary |
LabelGroupSummary.withUpdatedAt(Date updatedAt)
The time at which the label group was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<LabelGroupSummary> |
ListLabelGroupsResult.getLabelGroupSummaries()
A summary of the label groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListLabelGroupsResult |
ListLabelGroupsResult.withLabelGroupSummaries(LabelGroupSummary... labelGroupSummaries)
A summary of the label groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLabelGroupsResult.setLabelGroupSummaries(Collection<LabelGroupSummary> labelGroupSummaries)
A summary of the label groups.
|
ListLabelGroupsResult |
ListLabelGroupsResult.withLabelGroupSummaries(Collection<LabelGroupSummary> labelGroupSummaries)
A summary of the label groups.
|
Copyright © 2023. All rights reserved.