| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery |
|
| software.amazon.awssdk.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
default StartBatchDeleteConfigurationTaskResponse |
ApplicationDiscoveryClient.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(Consumer<StartBatchDeleteConfigurationTaskRequest.Builder> startBatchDeleteConfigurationTaskRequest)
Takes a list of configurationId as input and starts an asynchronous deletion task to remove the
configurationItems.
|
| Modifier and Type | Method and Description |
|---|---|
static StartBatchDeleteConfigurationTaskRequest.Builder |
StartBatchDeleteConfigurationTaskRequest.builder() |
StartBatchDeleteConfigurationTaskRequest.Builder |
StartBatchDeleteConfigurationTaskRequest.Builder.configurationIds(Collection<String> configurationIds)
The list of configuration IDs that will be deleted by the task.
|
StartBatchDeleteConfigurationTaskRequest.Builder |
StartBatchDeleteConfigurationTaskRequest.Builder.configurationIds(String... configurationIds)
The list of configuration IDs that will be deleted by the task.
|
StartBatchDeleteConfigurationTaskRequest.Builder |
StartBatchDeleteConfigurationTaskRequest.Builder.configurationType(DeletionConfigurationItemType configurationType)
The type of configuration item to delete.
|
StartBatchDeleteConfigurationTaskRequest.Builder |
StartBatchDeleteConfigurationTaskRequest.Builder.configurationType(String configurationType)
The type of configuration item to delete.
|
StartBatchDeleteConfigurationTaskRequest.Builder |
StartBatchDeleteConfigurationTaskRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartBatchDeleteConfigurationTaskRequest.Builder |
StartBatchDeleteConfigurationTaskRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartBatchDeleteConfigurationTaskRequest.Builder |
StartBatchDeleteConfigurationTaskRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartBatchDeleteConfigurationTaskRequest.Builder> |
StartBatchDeleteConfigurationTaskRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.