| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
AllowListCriteria |
AllowListCriteria.clone() |
AllowListCriteria |
UpdateAllowListRequest.getCriteria()
The criteria that specify the text or text pattern to ignore.
|
AllowListCriteria |
GetAllowListResult.getCriteria()
The criteria that specify the text or text pattern to ignore.
|
AllowListCriteria |
CreateAllowListRequest.getCriteria()
The criteria that specify the text or text pattern to ignore.
|
AllowListCriteria |
AllowListCriteria.withRegex(String regex)
The regular expression (regex) that defines the text pattern to ignore.
|
AllowListCriteria |
AllowListCriteria.withS3WordsList(S3WordsList s3WordsList)
The location and name of the S3 object that lists specific text to ignore.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAllowListRequest.setCriteria(AllowListCriteria criteria)
The criteria that specify the text or text pattern to ignore.
|
void |
GetAllowListResult.setCriteria(AllowListCriteria criteria)
The criteria that specify the text or text pattern to ignore.
|
void |
CreateAllowListRequest.setCriteria(AllowListCriteria criteria)
The criteria that specify the text or text pattern to ignore.
|
UpdateAllowListRequest |
UpdateAllowListRequest.withCriteria(AllowListCriteria criteria)
The criteria that specify the text or text pattern to ignore.
|
GetAllowListResult |
GetAllowListResult.withCriteria(AllowListCriteria criteria)
The criteria that specify the text or text pattern to ignore.
|
CreateAllowListRequest |
CreateAllowListRequest.withCriteria(AllowListCriteria criteria)
The criteria that specify the text or text pattern to ignore.
|
Copyright © 2023. All rights reserved.