| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBCluster |
AmazonRDSClient.createDBCluster(CreateDBClusterRequest request)
Creates a new Amazon Aurora DB cluster.
|
DBCluster |
AmazonRDS.createDBCluster(CreateDBClusterRequest createDBClusterRequest)
Creates a new Amazon Aurora DB cluster.
|
DBCluster |
AbstractAmazonRDS.createDBCluster(CreateDBClusterRequest request) |
DBCluster |
AmazonRDSClient.deleteDBCluster(DeleteDBClusterRequest request)
The DeleteDBCluster action deletes a previously provisioned DB cluster.
|
DBCluster |
AmazonRDS.deleteDBCluster(DeleteDBClusterRequest deleteDBClusterRequest)
The DeleteDBCluster action deletes a previously provisioned DB cluster.
|
DBCluster |
AbstractAmazonRDS.deleteDBCluster(DeleteDBClusterRequest request) |
DBCluster |
AmazonRDSClient.failoverDBCluster() |
DBCluster |
AmazonRDS.failoverDBCluster()
Simplified method form for invoking the FailoverDBCluster operation.
|
DBCluster |
AbstractAmazonRDS.failoverDBCluster() |
DBCluster |
AmazonRDSClient.failoverDBCluster(FailoverDBClusterRequest request)
Forces a failover for a DB cluster.
|
DBCluster |
AmazonRDS.failoverDBCluster(FailoverDBClusterRequest failoverDBClusterRequest)
Forces a failover for a DB cluster.
|
DBCluster |
AbstractAmazonRDS.failoverDBCluster(FailoverDBClusterRequest request) |
DBCluster |
AmazonRDSClient.modifyDBCluster(ModifyDBClusterRequest request)
Modify a setting for an Amazon Aurora DB cluster.
|
DBCluster |
AmazonRDS.modifyDBCluster(ModifyDBClusterRequest modifyDBClusterRequest)
Modify a setting for an Amazon Aurora DB cluster.
|
DBCluster |
AbstractAmazonRDS.modifyDBCluster(ModifyDBClusterRequest request) |
DBCluster |
AmazonRDSClient.promoteReadReplicaDBCluster(PromoteReadReplicaDBClusterRequest request)
Promotes a Read Replica DB cluster to a standalone DB cluster.
|
DBCluster |
AmazonRDS.promoteReadReplicaDBCluster(PromoteReadReplicaDBClusterRequest promoteReadReplicaDBClusterRequest)
Promotes a Read Replica DB cluster to a standalone DB cluster.
|
DBCluster |
AbstractAmazonRDS.promoteReadReplicaDBCluster(PromoteReadReplicaDBClusterRequest request) |
DBCluster |
AmazonRDSClient.restoreDBClusterFromS3(RestoreDBClusterFromS3Request request)
Creates an Amazon Aurora DB cluster from data stored in an Amazon S3 bucket.
|
DBCluster |
AmazonRDS.restoreDBClusterFromS3(RestoreDBClusterFromS3Request restoreDBClusterFromS3Request)
Creates an Amazon Aurora DB cluster from data stored in an Amazon S3 bucket.
|
DBCluster |
AbstractAmazonRDS.restoreDBClusterFromS3(RestoreDBClusterFromS3Request request) |
DBCluster |
AmazonRDSClient.restoreDBClusterFromSnapshot(RestoreDBClusterFromSnapshotRequest request)
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
DBCluster |
AmazonRDS.restoreDBClusterFromSnapshot(RestoreDBClusterFromSnapshotRequest restoreDBClusterFromSnapshotRequest)
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
DBCluster |
AbstractAmazonRDS.restoreDBClusterFromSnapshot(RestoreDBClusterFromSnapshotRequest request) |
DBCluster |
AmazonRDSClient.restoreDBClusterToPointInTime(RestoreDBClusterToPointInTimeRequest request)
Restores a DB cluster to an arbitrary point in time.
|
DBCluster |
AmazonRDS.restoreDBClusterToPointInTime(RestoreDBClusterToPointInTimeRequest restoreDBClusterToPointInTimeRequest)
Restores a DB cluster to an arbitrary point in time.
|
DBCluster |
AbstractAmazonRDS.restoreDBClusterToPointInTime(RestoreDBClusterToPointInTimeRequest request) |
DBCluster |
AmazonRDSClient.startDBCluster(StartDBClusterRequest request)
Starts an Amazon Aurora DB cluster that was stopped using the AWS console, the stop-db-cluster AWS CLI command,
or the StopDBCluster action.
|
DBCluster |
AmazonRDS.startDBCluster(StartDBClusterRequest startDBClusterRequest)
Starts an Amazon Aurora DB cluster that was stopped using the AWS console, the stop-db-cluster AWS CLI command,
or the StopDBCluster action.
|
DBCluster |
AbstractAmazonRDS.startDBCluster(StartDBClusterRequest request) |
DBCluster |
AmazonRDSClient.stopDBCluster(StopDBClusterRequest request)
Stops an Amazon Aurora DB cluster.
|
DBCluster |
AmazonRDS.stopDBCluster(StopDBClusterRequest stopDBClusterRequest)
Stops an Amazon Aurora DB cluster.
|
DBCluster |
AbstractAmazonRDS.stopDBCluster(StopDBClusterRequest request) |
| Modifier and Type | Method and Description |
|---|---|
DBCluster |
DBCluster.clone() |
DBCluster |
DBCluster.withAllocatedStorage(Integer allocatedStorage)
For all database engines except Amazon Aurora,
AllocatedStorage specifies the allocated storage size
in gibibytes (GiB). |
DBCluster |
DBCluster.withAssociatedRoles(Collection<DBClusterRole> associatedRoles)
Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster.
|
DBCluster |
DBCluster.withAssociatedRoles(DBClusterRole... associatedRoles)
Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster.
|
DBCluster |
DBCluster.withAvailabilityZones(Collection<String> availabilityZones)
Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.
|
DBCluster |
DBCluster.withAvailabilityZones(String... availabilityZones)
Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.
|
DBCluster |
DBCluster.withBacktrackConsumedChangeRecords(Long backtrackConsumedChangeRecords)
The number of change records stored for Backtrack.
|
DBCluster |
DBCluster.withBacktrackWindow(Long backtrackWindow)
The target backtrack window, in seconds.
|
DBCluster |
DBCluster.withBackupRetentionPeriod(Integer backupRetentionPeriod)
Specifies the number of days for which automatic DB snapshots are retained.
|
DBCluster |
DBCluster.withCapacity(Integer capacity)
The current capacity of an Aurora Serverless DB cluster.
|
DBCluster |
DBCluster.withCharacterSetName(String characterSetName)
If present, specifies the name of the character set that this cluster is associated with.
|
DBCluster |
DBCluster.withCloneGroupId(String cloneGroupId)
Identifies the clone group to which the DB cluster is associated.
|
DBCluster |
DBCluster.withClusterCreateTime(Date clusterCreateTime)
Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).
|
DBCluster |
DBCluster.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
Specifies whether tags are copied from the DB cluster to snapshots of the DB cluster.
|
DBCluster |
DBCluster.withCustomEndpoints(Collection<String> customEndpoints)
Identifies all custom endpoints associated with the cluster.
|
DBCluster |
DBCluster.withCustomEndpoints(String... customEndpoints)
Identifies all custom endpoints associated with the cluster.
|
DBCluster |
DBCluster.withDatabaseName(String databaseName)
Contains the name of the initial database of this DB cluster that was provided at create time, if one was
specified when the DB cluster was created.
|
DBCluster |
DBCluster.withDBClusterArn(String dBClusterArn)
The Amazon Resource Name (ARN) for the DB cluster.
|
DBCluster |
DBCluster.withDBClusterIdentifier(String dBClusterIdentifier)
Contains a user-supplied DB cluster identifier.
|
DBCluster |
DBCluster.withDBClusterMembers(Collection<DBClusterMember> dBClusterMembers)
Provides the list of instances that make up the DB cluster.
|
DBCluster |
DBCluster.withDBClusterMembers(DBClusterMember... dBClusterMembers)
Provides the list of instances that make up the DB cluster.
|
DBCluster |
DBCluster.withDBClusterOptionGroupMemberships(Collection<DBClusterOptionGroupStatus> dBClusterOptionGroupMemberships)
Provides the list of option group memberships for this DB cluster.
|
DBCluster |
DBCluster.withDBClusterOptionGroupMemberships(DBClusterOptionGroupStatus... dBClusterOptionGroupMemberships)
Provides the list of option group memberships for this DB cluster.
|
DBCluster |
DBCluster.withDBClusterParameterGroup(String dBClusterParameterGroup)
Specifies the name of the DB cluster parameter group for the DB cluster.
|
DBCluster |
DBCluster.withDbClusterResourceId(String dbClusterResourceId)
The AWS Region-unique, immutable identifier for the DB cluster.
|
DBCluster |
DBCluster.withDBSubnetGroup(String dBSubnetGroup)
Specifies information on the subnet group associated with the DB cluster, including the name, description, and
subnets in the subnet group.
|
DBCluster |
DBCluster.withDeletionProtection(Boolean deletionProtection)
Indicates if the DB cluster has deletion protection enabled.
|
DBCluster |
DBCluster.withEarliestBacktrackTime(Date earliestBacktrackTime)
The earliest time to which a DB cluster can be backtracked.
|
DBCluster |
DBCluster.withEarliestRestorableTime(Date earliestRestorableTime)
The earliest time to which a database can be restored with point-in-time restore.
|
DBCluster |
DBCluster.withEnabledCloudwatchLogsExports(Collection<String> enabledCloudwatchLogsExports)
A list of log types that this DB cluster is configured to export to CloudWatch Logs.
|
DBCluster |
DBCluster.withEnabledCloudwatchLogsExports(String... enabledCloudwatchLogsExports)
A list of log types that this DB cluster is configured to export to CloudWatch Logs.
|
DBCluster |
DBCluster.withEndpoint(String endpoint)
Specifies the connection endpoint for the primary instance of the DB cluster.
|
DBCluster |
DBCluster.withEngine(String engine)
Provides the name of the database engine to be used for this DB cluster.
|
DBCluster |
DBCluster.withEngineMode(String engineMode)
The DB engine mode of the DB cluster, either
provisioned, serverless, or
parallelquery. |
DBCluster |
DBCluster.withEngineVersion(String engineVersion)
Indicates the database engine version.
|
DBCluster |
DBCluster.withHostedZoneId(String hostedZoneId)
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
|
DBCluster |
DBCluster.withHttpEndpointEnabled(Boolean httpEndpointEnabled)
|
DBCluster |
DBCluster.withIAMDatabaseAuthenticationEnabled(Boolean iAMDatabaseAuthenticationEnabled)
True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and
otherwise false.
|
DBCluster |
DBCluster.withKmsKeyId(String kmsKeyId)
If
StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB cluster. |
DBCluster |
DBCluster.withLatestRestorableTime(Date latestRestorableTime)
Specifies the latest time to which a database can be restored with point-in-time restore.
|
DBCluster |
DBCluster.withMasterUsername(String masterUsername)
Contains the master username for the DB cluster.
|
DBCluster |
DBCluster.withMultiAZ(Boolean multiAZ)
Specifies whether the DB cluster has instances in multiple Availability Zones.
|
DBCluster |
DBCluster.withPercentProgress(String percentProgress)
Specifies the progress of the operation as a percentage.
|
DBCluster |
DBCluster.withPort(Integer port)
Specifies the port that the database engine is listening on.
|
DBCluster |
DBCluster.withPreferredBackupWindow(String preferredBackupWindow)
Specifies the daily time range during which automated backups are created if automated backups are enabled, as
determined by the
BackupRetentionPeriod. |
DBCluster |
DBCluster.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
DBCluster |
DBCluster.withReaderEndpoint(String readerEndpoint)
The reader endpoint for the DB cluster.
|
DBCluster |
DBCluster.withReadReplicaIdentifiers(Collection<String> readReplicaIdentifiers)
Contains one or more identifiers of the Read Replicas associated with this DB cluster.
|
DBCluster |
DBCluster.withReadReplicaIdentifiers(String... readReplicaIdentifiers)
Contains one or more identifiers of the Read Replicas associated with this DB cluster.
|
DBCluster |
DBCluster.withReplicationSourceIdentifier(String replicationSourceIdentifier)
Contains the identifier of the source DB cluster if this DB cluster is a Read Replica.
|
DBCluster |
DBCluster.withScalingConfigurationInfo(ScalingConfigurationInfo scalingConfigurationInfo) |
DBCluster |
DBCluster.withStatus(String status)
Specifies the current state of this DB cluster.
|
DBCluster |
DBCluster.withStorageEncrypted(Boolean storageEncrypted)
Specifies whether the DB cluster is encrypted.
|
DBCluster |
DBCluster.withVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
Provides a list of VPC security groups that the DB cluster belongs to.
|
DBCluster |
DBCluster.withVpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)
Provides a list of VPC security groups that the DB cluster belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBCluster> |
DescribeDBClustersResult.getDBClusters()
Contains a list of DB clusters for the user.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDBClustersResult |
DescribeDBClustersResult.withDBClusters(DBCluster... dBClusters)
Contains a list of DB clusters for the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDBClustersResult.setDBClusters(Collection<DBCluster> dBClusters)
Contains a list of DB clusters for the user.
|
DescribeDBClustersResult |
DescribeDBClustersResult.withDBClusters(Collection<DBCluster> dBClusters)
Contains a list of DB clusters for the user.
|
Copyright © 2019. All rights reserved.