| Package | Description |
|---|---|
| com.amazonaws.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
RdsDbInstance |
RdsDbInstance.clone() |
RdsDbInstance |
RdsDbInstance.withAddress(String address)
The instance's address.
|
RdsDbInstance |
RdsDbInstance.withDbInstanceIdentifier(String dbInstanceIdentifier)
The DB instance identifier.
|
RdsDbInstance |
RdsDbInstance.withDbPassword(String dbPassword)
AWS OpsWorks Stacks returns
*****FILTERED***** instead of the actual value. |
RdsDbInstance |
RdsDbInstance.withDbUser(String dbUser)
The master user name.
|
RdsDbInstance |
RdsDbInstance.withEngine(String engine)
The instance's database engine.
|
RdsDbInstance |
RdsDbInstance.withMissingOnRds(Boolean missingOnRds)
Set to
true if AWS OpsWorks Stacks is unable to discover the Amazon RDS instance. |
RdsDbInstance |
RdsDbInstance.withRdsDbInstanceArn(String rdsDbInstanceArn)
The instance's ARN.
|
RdsDbInstance |
RdsDbInstance.withRegion(String region)
The instance's AWS region.
|
RdsDbInstance |
RdsDbInstance.withStackId(String stackId)
The ID of the stack with which the instance is registered.
|
| Modifier and Type | Method and Description |
|---|---|
List<RdsDbInstance> |
DescribeRdsDbInstancesResult.getRdsDbInstances()
An a array of
RdsDbInstance objects that describe the instances. |
| Modifier and Type | Method and Description |
|---|---|
DescribeRdsDbInstancesResult |
DescribeRdsDbInstancesResult.withRdsDbInstances(RdsDbInstance... rdsDbInstances)
An a array of
RdsDbInstance objects that describe the instances. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRdsDbInstancesResult.setRdsDbInstances(Collection<RdsDbInstance> rdsDbInstances)
An a array of
RdsDbInstance objects that describe the instances. |
DescribeRdsDbInstancesResult |
DescribeRdsDbInstancesResult.withRdsDbInstances(Collection<RdsDbInstance> rdsDbInstances)
An a array of
RdsDbInstance objects that describe the instances. |
Copyright © 2022. All rights reserved.