| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomDataIdentifierSummary |
CustomDataIdentifierSummary.clone() |
CustomDataIdentifierSummary |
CustomDataIdentifierSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
|
CustomDataIdentifierSummary |
CustomDataIdentifierSummary.withCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
|
CustomDataIdentifierSummary |
CustomDataIdentifierSummary.withDescription(String description)
The custom description of the custom data identifier.
|
CustomDataIdentifierSummary |
CustomDataIdentifierSummary.withId(String id)
The unique identifier for the custom data identifier.
|
CustomDataIdentifierSummary |
CustomDataIdentifierSummary.withName(String name)
The custom name of the custom data identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomDataIdentifierSummary> |
ListCustomDataIdentifiersResult.getItems()
An array of objects, one for each custom data identifier.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomDataIdentifiersResult |
ListCustomDataIdentifiersResult.withItems(CustomDataIdentifierSummary... items)
An array of objects, one for each custom data identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCustomDataIdentifiersResult.setItems(Collection<CustomDataIdentifierSummary> items)
An array of objects, one for each custom data identifier.
|
ListCustomDataIdentifiersResult |
ListCustomDataIdentifiersResult.withItems(Collection<CustomDataIdentifierSummary> items)
An array of objects, one for each custom data identifier.
|
Copyright © 2021. All rights reserved.