| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model | |
| com.amazonaws.services.rds.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeDBClustersRequest |
DescribeDBClustersRequest.clone() |
DescribeDBClustersRequest |
DescribeDBClustersRequest.withDBClusterIdentifier(String dBClusterIdentifier)
The user-supplied DB cluster identifier or the Amazon Resource Name (ARN) of the DB cluster.
|
DescribeDBClustersRequest |
DescribeDBClustersRequest.withFilters(Collection<Filter> filters)
A filter that specifies one or more DB clusters to describe.
|
DescribeDBClustersRequest |
DescribeDBClustersRequest.withFilters(Filter... filters)
A filter that specifies one or more DB clusters to describe.
|
DescribeDBClustersRequest |
DescribeDBClustersRequest.withIncludeShared(Boolean includeShared)
Specifies whether the output includes information about clusters shared from other Amazon Web Services accounts.
|
DescribeDBClustersRequest |
DescribeDBClustersRequest.withMarker(String marker)
An optional pagination token provided by a previous
DescribeDBClusters request. |
DescribeDBClustersRequest |
DescribeDBClustersRequest.withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeDBClustersRequest> |
AmazonRDSWaiters.dBClusterAvailable()
Builds a DBClusterAvailable waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeDBClustersRequest> |
AmazonRDSWaiters.dBClusterDeleted()
Builds a DBClusterDeleted waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDBClustersResult |
DescribeDBClustersFunction.apply(DescribeDBClustersRequest describeDBClustersRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.