Uses of Class
com.amazonaws.services.opsworks.model.DescribeRdsDbInstancesResult
-
Packages that use DescribeRdsDbInstancesResult Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of DescribeRdsDbInstancesResult in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks that return DescribeRdsDbInstancesResult Modifier and Type Method Description DescribeRdsDbInstancesResultAbstractAWSOpsWorks. describeRdsDbInstances(DescribeRdsDbInstancesRequest request)DescribeRdsDbInstancesResultAWSOpsWorks. describeRdsDbInstances(DescribeRdsDbInstancesRequest describeRdsDbInstancesRequest)Describes Amazon RDS instances.DescribeRdsDbInstancesResultAWSOpsWorksClient. describeRdsDbInstances(DescribeRdsDbInstancesRequest describeRdsDbInstancesRequest)Describes Amazon RDS instances.Method parameters in com.amazonaws.services.opsworks with type arguments of type DescribeRdsDbInstancesResult Modifier and Type Method Description Future<DescribeRdsDbInstancesResult>AbstractAWSOpsWorksAsync. describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest request, AsyncHandler<DescribeRdsDbInstancesRequest,DescribeRdsDbInstancesResult> asyncHandler)Future<DescribeRdsDbInstancesResult>AWSOpsWorksAsync. describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest describeRdsDbInstancesRequest, AsyncHandler<DescribeRdsDbInstancesRequest,DescribeRdsDbInstancesResult> asyncHandler)Describes Amazon RDS instances.Future<DescribeRdsDbInstancesResult>AWSOpsWorksAsyncClient. describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest request, AsyncHandler<DescribeRdsDbInstancesRequest,DescribeRdsDbInstancesResult> asyncHandler) -
Uses of DescribeRdsDbInstancesResult in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return DescribeRdsDbInstancesResult Modifier and Type Method Description DescribeRdsDbInstancesResultDescribeRdsDbInstancesResult. clone()DescribeRdsDbInstancesResultDescribeRdsDbInstancesResult. withRdsDbInstances(RdsDbInstance... rdsDbInstances)An a array ofRdsDbInstanceobjects that describe the instances.DescribeRdsDbInstancesResultDescribeRdsDbInstancesResult. withRdsDbInstances(Collection<RdsDbInstance> rdsDbInstances)An a array ofRdsDbInstanceobjects that describe the instances.
-