Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<RdsDbInstance> |
DescribeRdsDbInstancesResult.rdsDbInstances
An a array of
RdsDbInstance objects that describe the
instances. |
Modifier and Type | Method and Description |
---|---|
RdsDbInstance |
RdsDbInstance.clone() |
RdsDbInstance |
RdsDbInstance.withAddress(java.lang.String address)
The instance's address.
|
RdsDbInstance |
RdsDbInstance.withDbInstanceIdentifier(java.lang.String dbInstanceIdentifier)
The DB instance identifier.
|
RdsDbInstance |
RdsDbInstance.withDbPassword(java.lang.String dbPassword)
AWS OpsWorks returns
*****FILTERED***** instead of the
actual value. |
RdsDbInstance |
RdsDbInstance.withDbUser(java.lang.String dbUser)
The master user name.
|
RdsDbInstance |
RdsDbInstance.withEngine(java.lang.String engine)
The instance's database engine.
|
RdsDbInstance |
RdsDbInstance.withMissingOnRds(java.lang.Boolean missingOnRds)
Set to
true if AWS OpsWorks was unable to discover the
Amazon RDS instance. |
RdsDbInstance |
RdsDbInstance.withRdsDbInstanceArn(java.lang.String rdsDbInstanceArn)
The instance's ARN.
|
RdsDbInstance |
RdsDbInstance.withRegion(java.lang.String region)
The instance's AWS region.
|
RdsDbInstance |
RdsDbInstance.withStackId(java.lang.String stackId)
The ID of the stack that the instance is registered with.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<RdsDbInstance> rdsDbInstances)
An a array of
RdsDbInstance objects that describe the
instances. |
DescribeRdsDbInstancesResult |
DescribeRdsDbInstancesResult.withRdsDbInstances(java.util.Collection<RdsDbInstance> rdsDbInstances)
An a array of
RdsDbInstance objects that describe the
instances. |
Modifier and Type | Method and Description |
---|---|
RdsDbInstance |
RdsDbInstanceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RdsDbInstanceJsonMarshaller.marshall(RdsDbInstance rdsDbInstance,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|