Uses of Interface
software.amazon.awssdk.services.macie2.model.BatchUpdateAutomatedDiscoveryAccountsRequest.Builder
-
Packages that use BatchUpdateAutomatedDiscoveryAccountsRequest.Builder Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.model -
-
Uses of BatchUpdateAutomatedDiscoveryAccountsRequest.Builder in software.amazon.awssdk.services.macie2
Method parameters in software.amazon.awssdk.services.macie2 with type arguments of type BatchUpdateAutomatedDiscoveryAccountsRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchUpdateAutomatedDiscoveryAccountsResponse>Macie2AsyncClient. batchUpdateAutomatedDiscoveryAccounts(Consumer<BatchUpdateAutomatedDiscoveryAccountsRequest.Builder> batchUpdateAutomatedDiscoveryAccountsRequest)Changes the status of automated sensitive data discovery for one or more accounts.default BatchUpdateAutomatedDiscoveryAccountsResponseMacie2Client. batchUpdateAutomatedDiscoveryAccounts(Consumer<BatchUpdateAutomatedDiscoveryAccountsRequest.Builder> batchUpdateAutomatedDiscoveryAccountsRequest)Changes the status of automated sensitive data discovery for one or more accounts. -
Uses of BatchUpdateAutomatedDiscoveryAccountsRequest.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return BatchUpdateAutomatedDiscoveryAccountsRequest.Builder 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.BatchUpdateAutomatedDiscoveryAccountsRequest.BuilderBatchUpdateAutomatedDiscoveryAccountsRequest.Builder. accounts(Consumer<AutomatedDiscoveryAccountUpdate.Builder>... accounts)An array of objects, one for each account to change the status of automated sensitive data discovery for.BatchUpdateAutomatedDiscoveryAccountsRequest.BuilderBatchUpdateAutomatedDiscoveryAccountsRequest.Builder. accounts(AutomatedDiscoveryAccountUpdate... accounts)An array of objects, one for each account to change the status of automated sensitive data discovery for.static BatchUpdateAutomatedDiscoveryAccountsRequest.BuilderBatchUpdateAutomatedDiscoveryAccountsRequest. builder()BatchUpdateAutomatedDiscoveryAccountsRequest.BuilderBatchUpdateAutomatedDiscoveryAccountsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchUpdateAutomatedDiscoveryAccountsRequest.BuilderBatchUpdateAutomatedDiscoveryAccountsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchUpdateAutomatedDiscoveryAccountsRequest.BuilderBatchUpdateAutomatedDiscoveryAccountsRequest. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type BatchUpdateAutomatedDiscoveryAccountsRequest.Builder Modifier and Type Method Description static Class<? extends BatchUpdateAutomatedDiscoveryAccountsRequest.Builder>BatchUpdateAutomatedDiscoveryAccountsRequest. serializableBuilderClass()
-