| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DBCluster> |
AbstractAmazonNeptuneAsync.restoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest request,
AsyncHandler<RestoreDBClusterFromSnapshotRequest,DBCluster> asyncHandler) |
Future<DBCluster> |
AmazonNeptuneAsync.restoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest restoreDBClusterFromSnapshotRequest,
AsyncHandler<RestoreDBClusterFromSnapshotRequest,DBCluster> asyncHandler)
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
Future<DBCluster> |
AmazonNeptuneAsyncClient.restoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest request,
AsyncHandler<RestoreDBClusterFromSnapshotRequest,DBCluster> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.clone() |
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withAvailabilityZones(Collection<String> availabilityZones)
Provides the list of EC2 Availability Zones that instances in the restored DB cluster can be created in.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withAvailabilityZones(String... availabilityZones)
Provides the list of EC2 Availability Zones that instances in the restored DB cluster can be created in.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
If set to
true, tags are copied to any snapshot of the restored DB cluster that is created. |
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withDatabaseName(String databaseName)
Not supported.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withDBClusterIdentifier(String dBClusterIdentifier)
The name of the DB cluster to create from the DB snapshot or DB cluster snapshot.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to associate with the new DB cluster.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withDBSubnetGroupName(String dBSubnetGroupName)
The name of the DB subnet group to use for the new DB cluster.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withDeletionProtection(Boolean deletionProtection)
A value that indicates whether the DB cluster has deletion protection enabled.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withEnableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports)
The list of logs that the restored DB cluster is to export to Amazon CloudWatch Logs.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withEnableCloudwatchLogsExports(String... enableCloudwatchLogsExports)
The list of logs that the restored DB cluster is to export to Amazon CloudWatch Logs.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withEnableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
True to enable mapping of Amazon Identity and Access Management (IAM) accounts to database accounts, and
otherwise false.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withEngine(String engine)
The database engine to use for the new DB cluster.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withEngineVersion(String engineVersion)
The version of the database engine to use for the new DB cluster.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withKmsKeyId(String kmsKeyId)
The Amazon KMS key identifier to use when restoring an encrypted DB cluster from a DB snapshot or DB cluster
snapshot.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withOptionGroupName(String optionGroupName)
(Not supported by Neptune)
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withPort(Integer port)
The port number on which the new DB cluster accepts connections.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withServerlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration)
Contains the scaling configuration of a Neptune Serverless DB cluster.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withSnapshotIdentifier(String snapshotIdentifier)
The identifier for the DB snapshot or DB cluster snapshot to restore from.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the restored DB cluster.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withTags(Tag... tags)
The tags to be assigned to the restored DB cluster.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of VPC security groups that the new DB cluster will belong to.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of VPC security groups that the new DB cluster will belong to.
|
Copyright © 2023. All rights reserved.