Uses of Interface
software.amazon.awssdk.services.applicationdiscovery.model.StartBatchDeleteConfigurationTaskRequest.Builder
-
Packages that use StartBatchDeleteConfigurationTaskRequest.Builder Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of StartBatchDeleteConfigurationTaskRequest.Builder in software.amazon.awssdk.services.applicationdiscovery
Method parameters in software.amazon.awssdk.services.applicationdiscovery with type arguments of type StartBatchDeleteConfigurationTaskRequest.Builder 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 StartBatchDeleteConfigurationTaskResponseApplicationDiscoveryClient. startBatchDeleteConfigurationTask(Consumer<StartBatchDeleteConfigurationTaskRequest.Builder> startBatchDeleteConfigurationTaskRequest)Takes a list of configurationId as input and starts an asynchronous deletion task to remove the configurationItems. -
Uses of StartBatchDeleteConfigurationTaskRequest.Builder in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return StartBatchDeleteConfigurationTaskRequest.Builder Modifier and Type Method Description static StartBatchDeleteConfigurationTaskRequest.BuilderStartBatchDeleteConfigurationTaskRequest. builder()StartBatchDeleteConfigurationTaskRequest.BuilderStartBatchDeleteConfigurationTaskRequest.Builder. configurationIds(String... configurationIds)The list of configuration IDs that will be deleted by the task.StartBatchDeleteConfigurationTaskRequest.BuilderStartBatchDeleteConfigurationTaskRequest.Builder. configurationIds(Collection<String> configurationIds)The list of configuration IDs that will be deleted by the task.StartBatchDeleteConfigurationTaskRequest.BuilderStartBatchDeleteConfigurationTaskRequest.Builder. configurationType(String configurationType)The type of configuration item to delete.StartBatchDeleteConfigurationTaskRequest.BuilderStartBatchDeleteConfigurationTaskRequest.Builder. configurationType(DeletionConfigurationItemType configurationType)The type of configuration item to delete.StartBatchDeleteConfigurationTaskRequest.BuilderStartBatchDeleteConfigurationTaskRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartBatchDeleteConfigurationTaskRequest.BuilderStartBatchDeleteConfigurationTaskRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartBatchDeleteConfigurationTaskRequest.BuilderStartBatchDeleteConfigurationTaskRequest. toBuilder()Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type StartBatchDeleteConfigurationTaskRequest.Builder Modifier and Type Method Description static Class<? extends StartBatchDeleteConfigurationTaskRequest.Builder>StartBatchDeleteConfigurationTaskRequest. serializableBuilderClass()
-