Package | Description |
---|---|
com.amazonaws.services.rds |
Synchronous and asynchronous client classes for accessing AmazonRDS.
|
com.amazonaws.services.rds.model |
Classes modeling the various types represented by AmazonRDS.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeDBSubnetGroupsResult> |
AmazonRDSAsync.describeDBSubnetGroupsAsync(DescribeDBSubnetGroupsRequest describeDBSubnetGroupsRequest,
AsyncHandler<DescribeDBSubnetGroupsRequest,DescribeDBSubnetGroupsResult> asyncHandler)
Returns a list of DBSubnetGroup descriptions.
|
Future<DescribeDBSubnetGroupsResult> |
AmazonRDSAsyncClient.describeDBSubnetGroupsAsync(DescribeDBSubnetGroupsRequest describeDBSubnetGroupsRequest,
AsyncHandler<DescribeDBSubnetGroupsRequest,DescribeDBSubnetGroupsResult> asyncHandler)
Returns a list of DBSubnetGroup descriptions.
|
Modifier and Type | Method and Description |
---|---|
DescribeDBSubnetGroupsRequest |
DescribeDBSubnetGroupsRequest.withDBSubnetGroupName(String dBSubnetGroupName)
The name of the DB subnet group to return details for.
|
DescribeDBSubnetGroupsRequest |
DescribeDBSubnetGroupsRequest.withFilters(Collection<Filter> filters)
This parameter is not currently supported.
|
DescribeDBSubnetGroupsRequest |
DescribeDBSubnetGroupsRequest.withFilters(Filter... filters)
This parameter is not currently supported.
|
DescribeDBSubnetGroupsRequest |
DescribeDBSubnetGroupsRequest.withMarker(String marker)
An optional pagination token provided by a previous
DescribeDBSubnetGroups request.
|
DescribeDBSubnetGroupsRequest |
DescribeDBSubnetGroupsRequest.withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
Copyright © 2014. All rights reserved.