| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
FindingsFilterListItem |
FindingsFilterListItem.addTagsEntry(String key,
String value)
Add a single Tags entry
|
FindingsFilterListItem |
FindingsFilterListItem.clearTagsEntries()
Removes all the entries added into Tags.
|
FindingsFilterListItem |
FindingsFilterListItem.clone() |
FindingsFilterListItem |
FindingsFilterListItem.withAction(FindingsFilterAction action)
The action that's performed on findings that meet the filter criteria.
|
FindingsFilterListItem |
FindingsFilterListItem.withAction(String action)
The action that's performed on findings that meet the filter criteria.
|
FindingsFilterListItem |
FindingsFilterListItem.withArn(String arn)
The Amazon Resource Name (ARN) of the filter.
|
FindingsFilterListItem |
FindingsFilterListItem.withId(String id)
The unique identifier for the filter.
|
FindingsFilterListItem |
FindingsFilterListItem.withName(String name)
The custom name of the filter.
|
FindingsFilterListItem |
FindingsFilterListItem.withTags(Map<String,String> tags)
A map of key-value pairs that identifies the tags (keys and values) that are associated with the filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<FindingsFilterListItem> |
ListFindingsFiltersResult.getFindingsFilterListItems()
An array of objects, one for each filter that's associated with the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingsFiltersResult |
ListFindingsFiltersResult.withFindingsFilterListItems(FindingsFilterListItem... findingsFilterListItems)
An array of objects, one for each filter that's associated with the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFindingsFiltersResult.setFindingsFilterListItems(Collection<FindingsFilterListItem> findingsFilterListItems)
An array of objects, one for each filter that's associated with the account.
|
ListFindingsFiltersResult |
ListFindingsFiltersResult.withFindingsFilterListItems(Collection<FindingsFilterListItem> findingsFilterListItems)
An array of objects, one for each filter that's associated with the account.
|
Copyright © 2020. All rights reserved.