Uses of Class
com.amazonaws.services.opsworks.model.DescribeRdsDbInstancesResult
Packages that use DescribeRdsDbInstancesResult
-
Uses of DescribeRdsDbInstancesResult in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks that return DescribeRdsDbInstancesResultModifier and TypeMethodDescriptionAbstractAWSOpsWorks.describeRdsDbInstances(DescribeRdsDbInstancesRequest request) AWSOpsWorks.describeRdsDbInstances(DescribeRdsDbInstancesRequest describeRdsDbInstancesRequest) Describes Amazon RDS instances.AWSOpsWorksClient.describeRdsDbInstances(DescribeRdsDbInstancesRequest describeRdsDbInstancesRequest) Describes Amazon RDS instances.Methods in com.amazonaws.services.opsworks that return types with arguments of type DescribeRdsDbInstancesResultModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest request) AbstractAWSOpsWorksAsync.describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest request, AsyncHandler<DescribeRdsDbInstancesRequest, DescribeRdsDbInstancesResult> asyncHandler) AWSOpsWorksAsync.describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest describeRdsDbInstancesRequest) Describes Amazon RDS instances.AWSOpsWorksAsync.describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest describeRdsDbInstancesRequest, AsyncHandler<DescribeRdsDbInstancesRequest, DescribeRdsDbInstancesResult> asyncHandler) Describes Amazon RDS instances.AWSOpsWorksAsyncClient.describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest request) AWSOpsWorksAsyncClient.describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest request, AsyncHandler<DescribeRdsDbInstancesRequest, DescribeRdsDbInstancesResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type DescribeRdsDbInstancesResultModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest request, AsyncHandler<DescribeRdsDbInstancesRequest, DescribeRdsDbInstancesResult> asyncHandler) AWSOpsWorksAsync.describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest describeRdsDbInstancesRequest, AsyncHandler<DescribeRdsDbInstancesRequest, DescribeRdsDbInstancesResult> asyncHandler) Describes Amazon RDS instances.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 DescribeRdsDbInstancesResultModifier and TypeMethodDescriptionDescribeRdsDbInstancesResult.clone()DescribeRdsDbInstancesResult.withRdsDbInstances(RdsDbInstance... rdsDbInstances) An a array ofRdsDbInstanceobjects that describe the instances.DescribeRdsDbInstancesResult.withRdsDbInstances(Collection<RdsDbInstance> rdsDbInstances) An a array ofRdsDbInstanceobjects that describe the instances.