Uses of Class
com.amazonaws.services.opsworks.model.RdsDbInstance
Packages that use RdsDbInstance
-
Uses of RdsDbInstance in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return RdsDbInstanceModifier and TypeMethodDescriptionRdsDbInstance.clone()
RdsDbInstance.withAddress
(String address) The instance's address.RdsDbInstance.withDbInstanceIdentifier
(String dbInstanceIdentifier) The DB instance identifier.RdsDbInstance.withDbPassword
(String dbPassword) AWS OpsWorks returns*****FILTERED*****
instead of the actual value.RdsDbInstance.withDbUser
(String dbUser) The master user name.RdsDbInstance.withEngine
(String engine) The instance's database engine.RdsDbInstance.withMissingOnRds
(Boolean missingOnRds) Set totrue
if AWS OpsWorks was unable to discover the Amazon RDS instance.RdsDbInstance.withRdsDbInstanceArn
(String rdsDbInstanceArn) The instance's ARN.RdsDbInstance.withRegion
(String region) The instance's AWS region.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 RdsDbInstanceModifier and TypeMethodDescriptionDescribeRdsDbInstancesResult.getRdsDbInstances()
An a array ofRdsDbInstance
objects that describe the instances.Methods in com.amazonaws.services.opsworks.model with parameters of type RdsDbInstanceModifier and TypeMethodDescriptionDescribeRdsDbInstancesResult.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 RdsDbInstanceModifier and TypeMethodDescriptionvoid
DescribeRdsDbInstancesResult.setRdsDbInstances
(Collection<RdsDbInstance> rdsDbInstances) An a array ofRdsDbInstance
objects that describe the instances.DescribeRdsDbInstancesResult.withRdsDbInstances
(Collection<RdsDbInstance> rdsDbInstances) An a array ofRdsDbInstance
objects that describe the instances.