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 serverless in-memory graph database service for analytics that delivers high-performance analytics and real-time queries for any graph type. -
-
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.
-