Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.StartBatchDeleteConfigurationTaskRequest
-
Packages that use StartBatchDeleteConfigurationTaskRequest Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service software.amazon.awssdk.services.applicationdiscovery.transform -
-
Uses of StartBatchDeleteConfigurationTaskRequest in software.amazon.awssdk.services.applicationdiscovery
Methods in software.amazon.awssdk.services.applicationdiscovery with parameters of type StartBatchDeleteConfigurationTaskRequest Modifier and Type Method Description default CompletableFuture<StartBatchDeleteConfigurationTaskResponse>ApplicationDiscoveryAsyncClient. startBatchDeleteConfigurationTask(StartBatchDeleteConfigurationTaskRequest 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. -
Uses of StartBatchDeleteConfigurationTaskRequest in software.amazon.awssdk.services.applicationdiscovery.transform
Methods in software.amazon.awssdk.services.applicationdiscovery.transform with parameters of type StartBatchDeleteConfigurationTaskRequest Modifier and Type Method Description SdkHttpFullRequestStartBatchDeleteConfigurationTaskRequestMarshaller. marshall(StartBatchDeleteConfigurationTaskRequest startBatchDeleteConfigurationTaskRequest)
-