| 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 ID of the stack with which the instances are registered.
|
Copyright © 2024. All rights reserved.