| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Filter |
Filter.clearTagsEntries()
Removes all the entries added into Tags.
|
Filter |
Filter.clone() |
Filter |
Filter.withAction(FilterAction action)
The action that is to be applied to the findings that match the filter.
|
Filter |
Filter.withAction(String action)
The action that is to be applied to the findings that match the filter.
|
Filter |
Filter.withArn(String arn)
The Amazon Resource Number (ARN) associated with this filter.
|
Filter |
Filter.withCreatedAt(Date createdAt)
The date and time this filter was created at.
|
Filter |
Filter.withCriteria(FilterCriteria criteria)
Details on the filter criteria associated with this filter.
|
Filter |
Filter.withDescription(String description)
A description of the filter.
|
Filter |
Filter.withName(String name)
The name of the filter.
|
Filter |
Filter.withOwnerId(String ownerId)
The Amazon Web Services account ID of the account that created the filter.
|
Filter |
Filter.withReason(String reason)
The reason for the filter.
|
Filter |
Filter.withTags(Map<String,String> tags)
The tags attached to the filter.
|
Filter |
Filter.withUpdatedAt(Date updatedAt)
The date and time the filter was last updated at.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
ListFiltersResult.getFilters()
Contains details on the filters associated with your account.
|
| Modifier and Type | Method and Description |
|---|---|
ListFiltersResult |
ListFiltersResult.withFilters(Filter... filters)
Contains details on the filters associated with your account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFiltersResult.setFilters(Collection<Filter> filters)
Contains details on the filters associated with your account.
|
ListFiltersResult |
ListFiltersResult.withFilters(Collection<Filter> filters)
Contains details on the filters associated with your account.
|
Copyright © 2023. All rights reserved.