Uses of Class
com.amazonaws.services.opsworks.model.DescribeRdsDbInstancesRequest
-
Packages that use DescribeRdsDbInstancesRequest Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of DescribeRdsDbInstancesRequest in com.amazonaws.services.opsworks
Method parameters in com.amazonaws.services.opsworks with type arguments of type DescribeRdsDbInstancesRequest 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 DescribeRdsDbInstancesRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return DescribeRdsDbInstancesRequest Modifier and Type Method Description DescribeRdsDbInstancesRequest
DescribeRdsDbInstancesRequest. clone()
DescribeRdsDbInstancesRequest
DescribeRdsDbInstancesRequest. withRdsDbInstanceArns(String... rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.DescribeRdsDbInstancesRequest
DescribeRdsDbInstancesRequest. withRdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.DescribeRdsDbInstancesRequest
DescribeRdsDbInstancesRequest. withStackId(String stackId)
The stack ID that the instances are registered with.
-