Uses of Class
software.amazon.awssdk.services.neptunegraph.model.CreateGraphUsingImportTaskResponse
-
Packages that use CreateGraphUsingImportTaskResponse Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a new analytics database engine for Amazon Neptune that helps customers get to insights faster by quickly processing large amounts of graph data, invoking popular graph analytic algorithms in low-latency queries, and getting analytics results in seconds. -
-
Uses of CreateGraphUsingImportTaskResponse in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph that return CreateGraphUsingImportTaskResponse Modifier and Type Method Description default CreateGraphUsingImportTaskResponseNeptuneGraphClient. createGraphUsingImportTask(Consumer<CreateGraphUsingImportTaskRequest.Builder> createGraphUsingImportTaskRequest)Creates a new Neptune Analytics graph and imports data into it, either from Amazon Simple Storage Service (S3) or from a Neptune database or a Neptune database snapshot.default CreateGraphUsingImportTaskResponseNeptuneGraphClient. createGraphUsingImportTask(CreateGraphUsingImportTaskRequest createGraphUsingImportTaskRequest)Creates a new Neptune Analytics graph and imports data into it, either from Amazon Simple Storage Service (S3) or from a Neptune database or a Neptune database snapshot.Methods in software.amazon.awssdk.services.neptunegraph that return types with arguments of type CreateGraphUsingImportTaskResponse Modifier and Type Method Description default CompletableFuture<CreateGraphUsingImportTaskResponse>NeptuneGraphAsyncClient. createGraphUsingImportTask(Consumer<CreateGraphUsingImportTaskRequest.Builder> createGraphUsingImportTaskRequest)Creates a new Neptune Analytics graph and imports data into it, either from Amazon Simple Storage Service (S3) or from a Neptune database or a Neptune database snapshot.default CompletableFuture<CreateGraphUsingImportTaskResponse>NeptuneGraphAsyncClient. createGraphUsingImportTask(CreateGraphUsingImportTaskRequest createGraphUsingImportTaskRequest)Creates a new Neptune Analytics graph and imports data into it, either from Amazon Simple Storage Service (S3) or from a Neptune database or a Neptune database snapshot.
-