Uses of Class
software.amazon.awssdk.services.opsworks.model.RdsDbInstance
-
Packages that use RdsDbInstance Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of RdsDbInstance in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type RdsDbInstance Modifier and Type Method Description List<RdsDbInstance>DescribeRdsDbInstancesResponse. rdsDbInstances()An a array ofRdsDbInstanceobjects that describe the instances.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type RdsDbInstance Modifier and Type Method Description DescribeRdsDbInstancesResponse.BuilderDescribeRdsDbInstancesResponse.Builder. rdsDbInstances(RdsDbInstance... rdsDbInstances)An a array ofRdsDbInstanceobjects that describe the instances.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type RdsDbInstance Modifier and Type Method Description DescribeRdsDbInstancesResponse.BuilderDescribeRdsDbInstancesResponse.Builder. rdsDbInstances(Collection<RdsDbInstance> rdsDbInstances)An a array ofRdsDbInstanceobjects that describe the instances.
-