Package | Description |
---|---|
com.amazonaws.services.opsworks |
Synchronous and asynchronous client classes for accessing AWSOpsWorks.
|
com.amazonaws.services.opsworks.model |
Classes modeling the various types represented by AWSOpsWorks.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeRdsDbInstancesResult> |
AWSOpsWorksAsyncClient.describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest describeRdsDbInstancesRequest,
AsyncHandler<DescribeRdsDbInstancesRequest,DescribeRdsDbInstancesResult> asyncHandler)
Describes Amazon RDS instances.
|
Future<DescribeRdsDbInstancesResult> |
AWSOpsWorksAsync.describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest describeRdsDbInstancesRequest,
AsyncHandler<DescribeRdsDbInstancesRequest,DescribeRdsDbInstancesResult> asyncHandler)
Describes Amazon RDS instances.
|
Modifier and Type | Method and Description |
---|---|
DescribeRdsDbInstancesRequest |
DescribeRdsDbInstancesRequest.withRdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
|
DescribeRdsDbInstancesRequest |
DescribeRdsDbInstancesRequest.withRdsDbInstanceArns(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.
|
Copyright © 2014. All rights reserved.