Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.CreateGraphSnapshotRequest.Builder
-
Packages that use CreateGraphSnapshotRequest.Builder 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.software.amazon.awssdk.services.neptunegraph.model -
-
Uses of CreateGraphSnapshotRequest.Builder in software.amazon.awssdk.services.neptunegraph
Method parameters in software.amazon.awssdk.services.neptunegraph with type arguments of type CreateGraphSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateGraphSnapshotResponse>NeptuneGraphAsyncClient. createGraphSnapshot(Consumer<CreateGraphSnapshotRequest.Builder> createGraphSnapshotRequest)Creates a snapshot of the specific graph.default CreateGraphSnapshotResponseNeptuneGraphClient. createGraphSnapshot(Consumer<CreateGraphSnapshotRequest.Builder> createGraphSnapshotRequest)Creates a snapshot of the specific graph. -
Uses of CreateGraphSnapshotRequest.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return CreateGraphSnapshotRequest.Builder Modifier and Type Method Description static CreateGraphSnapshotRequest.BuilderCreateGraphSnapshotRequest. builder()CreateGraphSnapshotRequest.BuilderCreateGraphSnapshotRequest.Builder. graphIdentifier(String graphIdentifier)The unique identifier of the Neptune Analytics graph.CreateGraphSnapshotRequest.BuilderCreateGraphSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateGraphSnapshotRequest.BuilderCreateGraphSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateGraphSnapshotRequest.BuilderCreateGraphSnapshotRequest.Builder. snapshotName(String snapshotName)The snapshot name.CreateGraphSnapshotRequest.BuilderCreateGraphSnapshotRequest.Builder. tags(Map<String,String> tags)Adds metadata tags to the new graph.CreateGraphSnapshotRequest.BuilderCreateGraphSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type CreateGraphSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends CreateGraphSnapshotRequest.Builder>CreateGraphSnapshotRequest. serializableBuilderClass()
-