Uses of Class
com.amazonaws.services.opsworks.model.DescribeRdsDbInstancesRequest
Packages that use DescribeRdsDbInstancesRequest
-
Uses of DescribeRdsDbInstancesRequest in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks with parameters of type DescribeRdsDbInstancesRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorks.describeRdsDbInstances
(DescribeRdsDbInstancesRequest request) AWSOpsWorks.describeRdsDbInstances
(DescribeRdsDbInstancesRequest describeRdsDbInstancesRequest) Describes Amazon RDS instances.AWSOpsWorksClient.describeRdsDbInstances
(DescribeRdsDbInstancesRequest describeRdsDbInstancesRequest) Describes Amazon RDS instances.AbstractAWSOpsWorksAsync.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 DescribeRdsDbInstancesRequestModifier 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 DescribeRdsDbInstancesRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return DescribeRdsDbInstancesRequestModifier and TypeMethodDescriptionDescribeRdsDbInstancesRequest.clone()
DescribeRdsDbInstancesRequest.withRdsDbInstanceArns
(String... rdsDbInstanceArns) An array containing the ARNs of the instances to be described.DescribeRdsDbInstancesRequest.withRdsDbInstanceArns
(Collection<String> rdsDbInstanceArns) An array containing the ARNs of the instances to be described.DescribeRdsDbInstancesRequest.withStackId
(String stackId) The stack ID that the instances are registered with.