Uses of Class
com.amazonaws.services.opsworks.model.RdsDbInstance
-
Packages that use RdsDbInstance Package Description com.amazonaws.services.opsworks.model -
-
Uses of RdsDbInstance in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return RdsDbInstance Modifier and Type Method 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 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 totrue
if AWS OpsWorks was 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 that the instance is registered with.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type RdsDbInstance Modifier and Type Method Description List<RdsDbInstance>
DescribeRdsDbInstancesResult. getRdsDbInstances()
An a array ofRdsDbInstance
objects that describe the instances.Methods in com.amazonaws.services.opsworks.model with parameters of type RdsDbInstance Modifier and Type Method Description DescribeRdsDbInstancesResult
DescribeRdsDbInstancesResult. withRdsDbInstances(RdsDbInstance... rdsDbInstances)
An a array ofRdsDbInstance
objects that describe the instances.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type RdsDbInstance Modifier and Type Method Description void
DescribeRdsDbInstancesResult. setRdsDbInstances(Collection<RdsDbInstance> rdsDbInstances)
An a array ofRdsDbInstance
objects that describe the instances.DescribeRdsDbInstancesResult
DescribeRdsDbInstancesResult. withRdsDbInstances(Collection<RdsDbInstance> rdsDbInstances)
An a array ofRdsDbInstance
objects that describe the instances.
-