| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
Label |
Label.clone() |
Label |
Label.withArn(String arn)
The label ARN.
|
Label |
Label.withCreatedTime(String createdTime)
Timestamp of when the event type was created.
|
Label |
Label.withDescription(String description)
The label description.
|
Label |
Label.withLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the label was last updated.
|
Label |
Label.withName(String name)
The label name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
GetLabelsResult.getLabels()
An array of labels.
|
| Modifier and Type | Method and Description |
|---|---|
GetLabelsResult |
GetLabelsResult.withLabels(Label... labels)
An array of labels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLabelsResult.setLabels(Collection<Label> labels)
An array of labels.
|
GetLabelsResult |
GetLabelsResult.withLabels(Collection<Label> labels)
An array of labels.
|
Copyright © 2022. All rights reserved.