| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model | |
| software.amazon.awssdk.services.macie2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ClassificationScopeSummary> |
ListClassificationScopesResponse.classificationScopes()
An array that specifies the unique identifier and name of the classification scope for the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListClassificationScopesResponse.Builder |
ListClassificationScopesResponse.Builder.classificationScopes(ClassificationScopeSummary... classificationScopes)
An array that specifies the unique identifier and name of the classification scope for the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListClassificationScopesResponse.Builder |
ListClassificationScopesResponse.Builder.classificationScopes(Collection<ClassificationScopeSummary> classificationScopes)
An array that specifies the unique identifier and name of the classification scope for the account.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ClassificationScopeSummary> |
ListClassificationScopesPublisher.classificationScopes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ClassificationScopeSummary> |
ListClassificationScopesIterable.classificationScopes()
Returns an iterable to iterate through the paginated
ListClassificationScopesResponse.classificationScopes() member. |
Copyright © 2023. All rights reserved.