Uses of Interface
software.amazon.awssdk.services.applicationdiscovery.model.StartImportTaskResponse.Builder
-
Packages that use StartImportTaskResponse.Builder Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of StartImportTaskResponse.Builder in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return StartImportTaskResponse.Builder Modifier and Type Method Description static StartImportTaskResponse.BuilderStartImportTaskResponse. builder()default StartImportTaskResponse.BuilderStartImportTaskResponse.Builder. task(Consumer<ImportTask.Builder> task)An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.StartImportTaskResponse.BuilderStartImportTaskResponse.Builder. task(ImportTask task)An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.StartImportTaskResponse.BuilderStartImportTaskResponse. toBuilder()Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type StartImportTaskResponse.Builder Modifier and Type Method Description static Class<? extends StartImportTaskResponse.Builder>StartImportTaskResponse. serializableBuilderClass()
-