Package | Description |
---|---|
com.amazonaws.services.opsworks | |
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
DescribeRdsDbInstancesRequest |
DescribeRdsDbInstancesRequest.clone() |
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 © 2018. All rights reserved.