Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.BatchDeleteImportDataResponse
-
Packages that use BatchDeleteImportDataResponse Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service -
-
Uses of BatchDeleteImportDataResponse in software.amazon.awssdk.services.applicationdiscovery
Methods in software.amazon.awssdk.services.applicationdiscovery that return BatchDeleteImportDataResponse Modifier and Type Method Description default BatchDeleteImportDataResponseApplicationDiscoveryClient. batchDeleteImportData(Consumer<BatchDeleteImportDataRequest.Builder> batchDeleteImportDataRequest)Deletes one or more import tasks, each identified by their import ID.default BatchDeleteImportDataResponseApplicationDiscoveryClient. batchDeleteImportData(BatchDeleteImportDataRequest batchDeleteImportDataRequest)Deletes one or more import tasks, each identified by their import ID.Methods in software.amazon.awssdk.services.applicationdiscovery that return types with arguments of type BatchDeleteImportDataResponse Modifier and Type Method Description default CompletableFuture<BatchDeleteImportDataResponse>ApplicationDiscoveryAsyncClient. batchDeleteImportData(Consumer<BatchDeleteImportDataRequest.Builder> batchDeleteImportDataRequest)Deletes one or more import tasks, each identified by their import ID.default CompletableFuture<BatchDeleteImportDataResponse>ApplicationDiscoveryAsyncClient. batchDeleteImportData(BatchDeleteImportDataRequest batchDeleteImportDataRequest)Deletes one or more import tasks, each identified by their import ID.
-