| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DBCluster> |
AbstractAmazonNeptuneAsync.restoreDBClusterToPointInTimeAsync(RestoreDBClusterToPointInTimeRequest request,
AsyncHandler<RestoreDBClusterToPointInTimeRequest,DBCluster> asyncHandler) |
Future<DBCluster> |
AmazonNeptuneAsync.restoreDBClusterToPointInTimeAsync(RestoreDBClusterToPointInTimeRequest restoreDBClusterToPointInTimeRequest,
AsyncHandler<RestoreDBClusterToPointInTimeRequest,DBCluster> asyncHandler)
Restores a DB cluster to an arbitrary point in time.
|
Future<DBCluster> |
AmazonNeptuneAsyncClient.restoreDBClusterToPointInTimeAsync(RestoreDBClusterToPointInTimeRequest request,
AsyncHandler<RestoreDBClusterToPointInTimeRequest,DBCluster> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.clone() |
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withDBClusterIdentifier(String dBClusterIdentifier)
The name of the new DB cluster to be created.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to associate with the new DB cluster.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withDBSubnetGroupName(String dBSubnetGroupName)
The DB subnet group name to use for the new DB cluster.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withDeletionProtection(Boolean deletionProtection)
A value that indicates whether the DB cluster has deletion protection enabled.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withEnableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports)
The list of logs that the restored DB cluster is to export to CloudWatch Logs.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withEnableCloudwatchLogsExports(String... enableCloudwatchLogsExports)
The list of logs that the restored DB cluster is to export to CloudWatch Logs.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withEnableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
True to enable mapping of Amazon Identity and Access Management (IAM) accounts to database accounts, and
otherwise false.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withKmsKeyId(String kmsKeyId)
The Amazon KMS key identifier to use when restoring an encrypted DB cluster from an encrypted DB cluster.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withOptionGroupName(String optionGroupName)
(Not supported by Neptune)
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withPort(Integer port)
The port number on which the new DB cluster accepts connections.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withRestoreToTime(Date restoreToTime)
The date and time to restore the DB cluster to.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withRestoreType(String restoreType)
The type of restore to be performed.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withServerlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration)
Contains the scaling configuration of a Neptune Serverless DB cluster.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withSourceDBClusterIdentifier(String sourceDBClusterIdentifier)
The identifier of the source DB cluster from which to restore.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withTags(Collection<Tag> tags)
The tags to be applied to the restored DB cluster.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withTags(Tag... tags)
The tags to be applied to the restored DB cluster.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withUseLatestRestorableTime(Boolean useLatestRestorableTime)
A value that is set to
true to restore the DB cluster to the latest restorable backup time, and
false otherwise. |
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of VPC security groups that the new DB cluster belongs to.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of VPC security groups that the new DB cluster belongs to.
|
Copyright © 2023. All rights reserved.