| Package | Description |
|---|---|
| com.amazonaws.services.docdb |
Amazon DocumentDB is a fast, reliable, and fully managed database service.
|
| com.amazonaws.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
DBInstance |
AbstractAmazonDocDB.createDBInstance(CreateDBInstanceRequest request) |
DBInstance |
AmazonDocDBClient.createDBInstance(CreateDBInstanceRequest request)
Creates a new instance.
|
DBInstance |
AmazonDocDB.createDBInstance(CreateDBInstanceRequest createDBInstanceRequest)
Creates a new instance.
|
DBInstance |
AbstractAmazonDocDB.deleteDBInstance(DeleteDBInstanceRequest request) |
DBInstance |
AmazonDocDBClient.deleteDBInstance(DeleteDBInstanceRequest request)
Deletes a previously provisioned instance.
|
DBInstance |
AmazonDocDB.deleteDBInstance(DeleteDBInstanceRequest deleteDBInstanceRequest)
Deletes a previously provisioned instance.
|
DBInstance |
AbstractAmazonDocDB.modifyDBInstance(ModifyDBInstanceRequest request) |
DBInstance |
AmazonDocDBClient.modifyDBInstance(ModifyDBInstanceRequest request)
Modifies settings for an instance.
|
DBInstance |
AmazonDocDB.modifyDBInstance(ModifyDBInstanceRequest modifyDBInstanceRequest)
Modifies settings for an instance.
|
DBInstance |
AbstractAmazonDocDB.rebootDBInstance(RebootDBInstanceRequest request) |
DBInstance |
AmazonDocDBClient.rebootDBInstance(RebootDBInstanceRequest request)
You might need to reboot your instance, usually for maintenance reasons.
|
DBInstance |
AmazonDocDB.rebootDBInstance(RebootDBInstanceRequest rebootDBInstanceRequest)
You might need to reboot your instance, usually for maintenance reasons.
|
| Modifier and Type | Method and Description |
|---|---|
DBInstance |
DBInstance.clone() |
DBInstance |
DBInstance.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Does not apply.
|
DBInstance |
DBInstance.withAvailabilityZone(String availabilityZone)
Specifies the name of the Availability Zone that the instance is located in.
|
DBInstance |
DBInstance.withBackupRetentionPeriod(Integer backupRetentionPeriod)
Specifies the number of days for which automatic snapshots are retained.
|
DBInstance |
DBInstance.withCACertificateIdentifier(String cACertificateIdentifier)
The identifier of the CA certificate for this DB instance.
|
DBInstance |
DBInstance.withCertificateDetails(CertificateDetails certificateDetails)
The details of the DB instance's server certificate.
|
DBInstance |
DBInstance.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance.
|
DBInstance |
DBInstance.withDBClusterIdentifier(String dBClusterIdentifier)
Contains the name of the cluster that the instance is a member of if the instance is a member of a cluster.
|
DBInstance |
DBInstance.withDBInstanceArn(String dBInstanceArn)
The Amazon Resource Name (ARN) for the instance.
|
DBInstance |
DBInstance.withDBInstanceClass(String dBInstanceClass)
Contains the name of the compute and memory capacity class of the instance.
|
DBInstance |
DBInstance.withDBInstanceIdentifier(String dBInstanceIdentifier)
Contains a user-provided database identifier.
|
DBInstance |
DBInstance.withDBInstanceStatus(String dBInstanceStatus)
Specifies the current state of this database.
|
DBInstance |
DBInstance.withDbiResourceId(String dbiResourceId)
The Amazon Web Services Region-unique, immutable identifier for the instance.
|
DBInstance |
DBInstance.withDBSubnetGroup(DBSubnetGroup dBSubnetGroup)
Specifies information on the subnet group that is associated with the instance, including the name, description,
and subnets in the subnet group.
|
DBInstance |
DBInstance.withEnabledCloudwatchLogsExports(Collection<String> enabledCloudwatchLogsExports)
A list of log types that this instance is configured to export to CloudWatch Logs.
|
DBInstance |
DBInstance.withEnabledCloudwatchLogsExports(String... enabledCloudwatchLogsExports)
A list of log types that this instance is configured to export to CloudWatch Logs.
|
DBInstance |
DBInstance.withEndpoint(Endpoint endpoint)
Specifies the connection endpoint.
|
DBInstance |
DBInstance.withEngine(String engine)
Provides the name of the database engine to be used for this instance.
|
DBInstance |
DBInstance.withEngineVersion(String engineVersion)
Indicates the database engine version.
|
DBInstance |
DBInstance.withInstanceCreateTime(Date instanceCreateTime)
Provides the date and time that the instance was created.
|
DBInstance |
DBInstance.withKmsKeyId(String kmsKeyId)
If
StorageEncrypted is true, the KMS key identifier for the encrypted instance. |
DBInstance |
DBInstance.withLatestRestorableTime(Date latestRestorableTime)
Specifies the latest time to which a database can be restored with point-in-time restore.
|
DBInstance |
DBInstance.withPendingModifiedValues(PendingModifiedValues pendingModifiedValues)
Specifies that changes to the instance are pending.
|
DBInstance |
DBInstance.withPerformanceInsightsEnabled(Boolean performanceInsightsEnabled)
Set to
true if Amazon RDS Performance Insights is enabled for the DB instance, and otherwise
false. |
DBInstance |
DBInstance.withPerformanceInsightsKMSKeyId(String performanceInsightsKMSKeyId)
The KMS key identifier for encryption of Performance Insights data.
|
DBInstance |
DBInstance.withPreferredBackupWindow(String preferredBackupWindow)
Specifies the daily time range during which automated backups are created if automated backups are enabled, as
determined by the
BackupRetentionPeriod. |
DBInstance |
DBInstance.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
DBInstance |
DBInstance.withPromotionTier(Integer promotionTier)
A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after
a failure of the existing primary instance.
|
DBInstance |
DBInstance.withPubliclyAccessible(Boolean publiclyAccessible)
Not supported.
|
DBInstance |
DBInstance.withStatusInfos(Collection<DBInstanceStatusInfo> statusInfos)
The status of a read replica.
|
DBInstance |
DBInstance.withStatusInfos(DBInstanceStatusInfo... statusInfos)
The status of a read replica.
|
DBInstance |
DBInstance.withStorageEncrypted(Boolean storageEncrypted)
Specifies whether or not the instance is encrypted.
|
DBInstance |
DBInstance.withVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
Provides a list of VPC security group elements that the instance belongs to.
|
DBInstance |
DBInstance.withVpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)
Provides a list of VPC security group elements that the instance belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBInstance> |
DescribeDBInstancesResult.getDBInstances()
Detailed information about one or more instances.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDBInstancesResult |
DescribeDBInstancesResult.withDBInstances(DBInstance... dBInstances)
Detailed information about one or more instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDBInstancesResult.setDBInstances(Collection<DBInstance> dBInstances)
Detailed information about one or more instances.
|
DescribeDBInstancesResult |
DescribeDBInstancesResult.withDBInstances(Collection<DBInstance> dBInstances)
Detailed information about one or more instances.
|
Copyright © 2024. All rights reserved.