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