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