| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
ClassificationScopeSummary |
ClassificationScopeSummary.clone() |
ClassificationScopeSummary |
ClassificationScopeSummary.withId(String id)
The unique identifier for the classification scope.
|
ClassificationScopeSummary |
ClassificationScopeSummary.withName(String name)
The name of the classification scope: automated-sensitive-data-discovery.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClassificationScopeSummary> |
ListClassificationScopesResult.getClassificationScopes()
An array that specifies the unique identifier and name of the classification scope for the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListClassificationScopesResult |
ListClassificationScopesResult.withClassificationScopes(ClassificationScopeSummary... classificationScopes)
An array that specifies the unique identifier and name of the classification scope for the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListClassificationScopesResult.setClassificationScopes(Collection<ClassificationScopeSummary> classificationScopes)
An array that specifies the unique identifier and name of the classification scope for the account.
|
ListClassificationScopesResult |
ListClassificationScopesResult.withClassificationScopes(Collection<ClassificationScopeSummary> classificationScopes)
An array that specifies the unique identifier and name of the classification scope for the account.
|
Copyright © 2023. All rights reserved.