| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
ManagedDataIdentifierSummary |
ManagedDataIdentifierSummary.clone() |
ManagedDataIdentifierSummary |
ManagedDataIdentifierSummary.withCategory(SensitiveDataItemCategory category)
The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such
as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as
credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance
identification numbers, or personally identifiable information, such as passport numbers.
|
ManagedDataIdentifierSummary |
ManagedDataIdentifierSummary.withCategory(String category)
The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such
as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as
credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance
identification numbers, or personally identifiable information, such as passport numbers.
|
ManagedDataIdentifierSummary |
ManagedDataIdentifierSummary.withId(String id)
The unique identifier for the managed data identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<ManagedDataIdentifierSummary> |
ListManagedDataIdentifiersResult.getItems()
An array of objects, one for each managed data identifier.
|
| Modifier and Type | Method and Description |
|---|---|
ListManagedDataIdentifiersResult |
ListManagedDataIdentifiersResult.withItems(ManagedDataIdentifierSummary... items)
An array of objects, one for each managed data identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListManagedDataIdentifiersResult.setItems(Collection<ManagedDataIdentifierSummary> items)
An array of objects, one for each managed data identifier.
|
ListManagedDataIdentifiersResult |
ListManagedDataIdentifiersResult.withItems(Collection<ManagedDataIdentifierSummary> items)
An array of objects, one for each managed data identifier.
|
Copyright © 2024. All rights reserved.