| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
AutomatedDiscoveryAccountUpdate |
AutomatedDiscoveryAccountUpdate.clone() |
AutomatedDiscoveryAccountUpdate |
AutomatedDiscoveryAccountUpdate.withAccountId(String accountId)
The Amazon Web Services account ID for the account.
|
AutomatedDiscoveryAccountUpdate |
AutomatedDiscoveryAccountUpdate.withStatus(AutomatedDiscoveryAccountStatus status)
The new status of automated sensitive data discovery for the account.
|
AutomatedDiscoveryAccountUpdate |
AutomatedDiscoveryAccountUpdate.withStatus(String status)
The new status of automated sensitive data discovery for the account.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutomatedDiscoveryAccountUpdate> |
BatchUpdateAutomatedDiscoveryAccountsRequest.getAccounts()
An array of objects, one for each account to change the status of automated sensitive data discovery for.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateAutomatedDiscoveryAccountsRequest |
BatchUpdateAutomatedDiscoveryAccountsRequest.withAccounts(AutomatedDiscoveryAccountUpdate... accounts)
An array of objects, one for each account to change the status of automated sensitive data discovery for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateAutomatedDiscoveryAccountsRequest.setAccounts(Collection<AutomatedDiscoveryAccountUpdate> accounts)
An array of objects, one for each account to change the status of automated sensitive data discovery for.
|
BatchUpdateAutomatedDiscoveryAccountsRequest |
BatchUpdateAutomatedDiscoveryAccountsRequest.withAccounts(Collection<AutomatedDiscoveryAccountUpdate> accounts)
An array of objects, one for each account to change the status of automated sensitive data discovery for.
|
Copyright © 2024. All rights reserved.