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 RdsDbInstanceRdsDbInstance. clone()RdsDbInstanceRdsDbInstance. withAddress(String address)The instance's address.RdsDbInstanceRdsDbInstance. withDbInstanceIdentifier(String dbInstanceIdentifier)The DB instance identifier.RdsDbInstanceRdsDbInstance. withDbPassword(String dbPassword)AWS OpsWorks returns*****FILTERED*****instead of the actual value.RdsDbInstanceRdsDbInstance. withDbUser(String dbUser)The master user name.RdsDbInstanceRdsDbInstance. withEngine(String engine)The instance's database engine.RdsDbInstanceRdsDbInstance. withMissingOnRds(Boolean missingOnRds)Set totrueif AWS OpsWorks was unable to discover the Amazon RDS instance.RdsDbInstanceRdsDbInstance. withRdsDbInstanceArn(String rdsDbInstanceArn)The instance's ARN.RdsDbInstanceRdsDbInstance. withRegion(String region)The instance's AWS region.RdsDbInstanceRdsDbInstance. 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 ofRdsDbInstanceobjects that describe the instances.Methods in com.amazonaws.services.opsworks.model with parameters of type RdsDbInstance Modifier and Type Method Description DescribeRdsDbInstancesResultDescribeRdsDbInstancesResult. withRdsDbInstances(RdsDbInstance... rdsDbInstances)An a array ofRdsDbInstanceobjects that describe the instances.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type RdsDbInstance Modifier and Type Method Description voidDescribeRdsDbInstancesResult. setRdsDbInstances(Collection<RdsDbInstance> rdsDbInstances)An a array ofRdsDbInstanceobjects that describe the instances.DescribeRdsDbInstancesResultDescribeRdsDbInstancesResult. withRdsDbInstances(Collection<RdsDbInstance> rdsDbInstances)An a array ofRdsDbInstanceobjects that describe the instances.
-