Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.StartBatchDeleteConfigurationTaskResponse
-
Packages that use StartBatchDeleteConfigurationTaskResponse Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service -
-
Uses of StartBatchDeleteConfigurationTaskResponse in software.amazon.awssdk.services.applicationdiscovery
Methods in software.amazon.awssdk.services.applicationdiscovery that return StartBatchDeleteConfigurationTaskResponse Modifier and Type Method Description default StartBatchDeleteConfigurationTaskResponseApplicationDiscoveryClient. startBatchDeleteConfigurationTask(Consumer<StartBatchDeleteConfigurationTaskRequest.Builder> startBatchDeleteConfigurationTaskRequest)Takes a list of configurationId as input and starts an asynchronous deletion task to remove the configurationItems.default StartBatchDeleteConfigurationTaskResponseApplicationDiscoveryClient. startBatchDeleteConfigurationTask(StartBatchDeleteConfigurationTaskRequest startBatchDeleteConfigurationTaskRequest)Takes a list of configurationId as input and starts an asynchronous deletion task to remove the configurationItems.Methods in software.amazon.awssdk.services.applicationdiscovery that return types with arguments of type StartBatchDeleteConfigurationTaskResponse Modifier and Type Method Description default CompletableFuture<StartBatchDeleteConfigurationTaskResponse>ApplicationDiscoveryAsyncClient. startBatchDeleteConfigurationTask(Consumer<StartBatchDeleteConfigurationTaskRequest.Builder> startBatchDeleteConfigurationTaskRequest)Takes a list of configurationId as input and starts an asynchronous deletion task to remove the configurationItems.default CompletableFuture<StartBatchDeleteConfigurationTaskResponse>ApplicationDiscoveryAsyncClient. startBatchDeleteConfigurationTask(StartBatchDeleteConfigurationTaskRequest startBatchDeleteConfigurationTaskRequest)Takes a list of configurationId as input and starts an asynchronous deletion task to remove the configurationItems.
-