| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DBCluster> |
AmazonNeptuneAsync.modifyDBClusterAsync(ModifyDBClusterRequest modifyDBClusterRequest,
AsyncHandler<ModifyDBClusterRequest,DBCluster> asyncHandler)
Modify a setting for a DB cluster.
|
Future<DBCluster> |
AmazonNeptuneAsyncClient.modifyDBClusterAsync(ModifyDBClusterRequest request,
AsyncHandler<ModifyDBClusterRequest,DBCluster> asyncHandler) |
Future<DBCluster> |
AbstractAmazonNeptuneAsync.modifyDBClusterAsync(ModifyDBClusterRequest request,
AsyncHandler<ModifyDBClusterRequest,DBCluster> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ModifyDBClusterRequest |
ModifyDBClusterRequest.clone() |
ModifyDBClusterRequest |
ModifyDBClusterRequest.withAllowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade)
A value that indicates whether upgrades between different major versions are allowed.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withApplyImmediately(Boolean applyImmediately)
A value that specifies whether the modifications in this request and any pending modifications are asynchronously
applied as soon as possible, regardless of the
PreferredMaintenanceWindow setting for the DB
cluster. |
ModifyDBClusterRequest |
ModifyDBClusterRequest.withBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automated backups are retained.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withCloudwatchLogsExportConfiguration(CloudwatchLogsExportConfiguration cloudwatchLogsExportConfiguration)
The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB
cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
If set to
true, tags are copied to any snapshot of the DB cluster that is created. |
ModifyDBClusterRequest |
ModifyDBClusterRequest.withDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier for the cluster being modified.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to use for the DB cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withDBInstanceParameterGroupName(String dBInstanceParameterGroupName)
The name of the DB parameter group to apply to all instances of the DB cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withDeletionProtection(Boolean deletionProtection)
A value that indicates whether the DB cluster has deletion protection enabled.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withEnableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
True to enable mapping of Amazon Identity and Access Management (IAM) accounts to database accounts, and
otherwise false.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withEngineVersion(String engineVersion)
The version number of the database engine to which you want to upgrade.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withMasterUserPassword(String masterUserPassword)
Not supported by Neptune.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withNewDBClusterIdentifier(String newDBClusterIdentifier)
The new DB cluster identifier for the DB cluster when renaming a DB cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withOptionGroupName(String optionGroupName)
Not supported by Neptune.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withPort(Integer port)
The port number on which the DB cluster accepts connections.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withPreferredBackupWindow(String preferredBackupWindow)
The daily time range during which automated backups are created if automated backups are enabled, using the
BackupRetentionPeriod parameter. |
ModifyDBClusterRequest |
ModifyDBClusterRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of VPC security groups that the DB cluster will belong to.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of VPC security groups that the DB cluster will belong to.
|
Copyright © 2021. All rights reserved.