Uses of Class
software.amazon.awssdk.services.macie2.model.UpdateAutomatedDiscoveryConfigurationResponse
-
Packages that use UpdateAutomatedDiscoveryConfigurationResponse Package Description software.amazon.awssdk.services.macie2 Amazon Macie -
-
Uses of UpdateAutomatedDiscoveryConfigurationResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return UpdateAutomatedDiscoveryConfigurationResponse Modifier and Type Method Description default UpdateAutomatedDiscoveryConfigurationResponseMacie2Client. updateAutomatedDiscoveryConfiguration(Consumer<UpdateAutomatedDiscoveryConfigurationRequest.Builder> updateAutomatedDiscoveryConfigurationRequest)Changes the configuration settings and status of automated sensitive data discovery for an organization or standalone account.default UpdateAutomatedDiscoveryConfigurationResponseMacie2Client. updateAutomatedDiscoveryConfiguration(UpdateAutomatedDiscoveryConfigurationRequest updateAutomatedDiscoveryConfigurationRequest)Changes the configuration settings and status of automated sensitive data discovery for an organization or standalone account.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type UpdateAutomatedDiscoveryConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateAutomatedDiscoveryConfigurationResponse>Macie2AsyncClient. updateAutomatedDiscoveryConfiguration(Consumer<UpdateAutomatedDiscoveryConfigurationRequest.Builder> updateAutomatedDiscoveryConfigurationRequest)Changes the configuration settings and status of automated sensitive data discovery for an organization or standalone account.default CompletableFuture<UpdateAutomatedDiscoveryConfigurationResponse>Macie2AsyncClient. updateAutomatedDiscoveryConfiguration(UpdateAutomatedDiscoveryConfigurationRequest updateAutomatedDiscoveryConfigurationRequest)Changes the configuration settings and status of automated sensitive data discovery for an organization or standalone account.
-