Uses of Class
software.amazon.awssdk.services.macie2.model.AutomatedDiscoveryAccountUpdate
-
Packages that use AutomatedDiscoveryAccountUpdate Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of AutomatedDiscoveryAccountUpdate in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type AutomatedDiscoveryAccountUpdate Modifier and Type Method Description List<AutomatedDiscoveryAccountUpdate>BatchUpdateAutomatedDiscoveryAccountsRequest. accounts()An array of objects, one for each account to change the status of automated sensitive data discovery for.Methods in software.amazon.awssdk.services.macie2.model with parameters of type AutomatedDiscoveryAccountUpdate Modifier and Type Method Description BatchUpdateAutomatedDiscoveryAccountsRequest.BuilderBatchUpdateAutomatedDiscoveryAccountsRequest.Builder. accounts(AutomatedDiscoveryAccountUpdate... accounts)An array of objects, one for each account to change the status of automated sensitive data discovery for.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type AutomatedDiscoveryAccountUpdate Modifier and Type Method Description BatchUpdateAutomatedDiscoveryAccountsRequest.BuilderBatchUpdateAutomatedDiscoveryAccountsRequest.Builder. accounts(Collection<AutomatedDiscoveryAccountUpdate> accounts)An array of objects, one for each account to change the status of automated sensitive data discovery for.
-