Uses of Class
software.amazon.awssdk.services.neptunegraph.model.ImportTaskSummary
-
Packages that use ImportTaskSummary Package Description software.amazon.awssdk.services.neptunegraph.model software.amazon.awssdk.services.neptunegraph.paginators -
-
Uses of ImportTaskSummary in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type ImportTaskSummary Modifier and Type Method Description List<ImportTaskSummary>ListImportTasksResponse. tasks()The requested list of import tasks.Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type ImportTaskSummary Modifier and Type Method Description ListImportTasksResponse.BuilderListImportTasksResponse.Builder. tasks(ImportTaskSummary... tasks)The requested list of import tasks.Method parameters in software.amazon.awssdk.services.neptunegraph.model with type arguments of type ImportTaskSummary Modifier and Type Method Description ListImportTasksResponse.BuilderListImportTasksResponse.Builder. tasks(Collection<ImportTaskSummary> tasks)The requested list of import tasks. -
Uses of ImportTaskSummary in software.amazon.awssdk.services.neptunegraph.paginators
Methods in software.amazon.awssdk.services.neptunegraph.paginators that return types with arguments of type ImportTaskSummary Modifier and Type Method Description SdkIterable<ImportTaskSummary>ListImportTasksIterable. tasks()Returns an iterable to iterate through the paginatedListImportTasksResponse.tasks()member.SdkPublisher<ImportTaskSummary>ListImportTasksPublisher. tasks()Returns a publisher that can be used to get a stream of data.
-