Uses of Class
software.amazon.awssdk.services.neptunegraph.model.GetImportTaskResponse
-
Packages that use GetImportTaskResponse Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a serverless in-memory graph database service for analytics that delivers high-performance analytics and real-time queries for any graph type. -
-
Uses of GetImportTaskResponse in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph that return GetImportTaskResponse Modifier and Type Method Description default GetImportTaskResponseNeptuneGraphClient. getImportTask(Consumer<GetImportTaskRequest.Builder> getImportTaskRequest)Retrieves a specified import task.default GetImportTaskResponseNeptuneGraphClient. getImportTask(GetImportTaskRequest getImportTaskRequest)Retrieves a specified import task.Methods in software.amazon.awssdk.services.neptunegraph that return types with arguments of type GetImportTaskResponse Modifier and Type Method Description default CompletableFuture<GetImportTaskResponse>NeptuneGraphAsyncClient. getImportTask(Consumer<GetImportTaskRequest.Builder> getImportTaskRequest)Retrieves a specified import task.default CompletableFuture<GetImportTaskResponse>NeptuneGraphAsyncClient. getImportTask(GetImportTaskRequest getImportTaskRequest)Retrieves a specified import task.
-