Uses of Interface
software.amazon.awssdk.services.applicationdiscovery.model.BatchDeleteImportDataResponse.Builder
-
Packages that use BatchDeleteImportDataResponse.Builder Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of BatchDeleteImportDataResponse.Builder in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return BatchDeleteImportDataResponse.Builder Modifier and Type Method Description static BatchDeleteImportDataResponse.BuilderBatchDeleteImportDataResponse. builder()BatchDeleteImportDataResponse.BuilderBatchDeleteImportDataResponse.Builder. errors(Collection<BatchDeleteImportDataError> errors)Error messages returned for each import task that you deleted as a response for this command.BatchDeleteImportDataResponse.BuilderBatchDeleteImportDataResponse.Builder. errors(Consumer<BatchDeleteImportDataError.Builder>... errors)Error messages returned for each import task that you deleted as a response for this command.BatchDeleteImportDataResponse.BuilderBatchDeleteImportDataResponse.Builder. errors(BatchDeleteImportDataError... errors)Error messages returned for each import task that you deleted as a response for this command.BatchDeleteImportDataResponse.BuilderBatchDeleteImportDataResponse. toBuilder()Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type BatchDeleteImportDataResponse.Builder Modifier and Type Method Description static Class<? extends BatchDeleteImportDataResponse.Builder>BatchDeleteImportDataResponse. serializableBuilderClass()
-