Uses of Class
com.amazonaws.services.rds.model.DescribeDBSubnetGroupsRequest
Packages that use DescribeDBSubnetGroupsRequest
-
Uses of DescribeDBSubnetGroupsRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type DescribeDBSubnetGroupsRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.describeDBSubnetGroups
(DescribeDBSubnetGroupsRequest request) AmazonRDS.describeDBSubnetGroups
(DescribeDBSubnetGroupsRequest describeDBSubnetGroupsRequest) Returns a list of DBSubnetGroup descriptions.AmazonRDSClient.describeDBSubnetGroups
(DescribeDBSubnetGroupsRequest describeDBSubnetGroupsRequest) Returns a list of DBSubnetGroup descriptions.AbstractAmazonRDSAsync.describeDBSubnetGroupsAsync
(DescribeDBSubnetGroupsRequest request) AbstractAmazonRDSAsync.describeDBSubnetGroupsAsync
(DescribeDBSubnetGroupsRequest request, AsyncHandler<DescribeDBSubnetGroupsRequest, DescribeDBSubnetGroupsResult> asyncHandler) AmazonRDSAsync.describeDBSubnetGroupsAsync
(DescribeDBSubnetGroupsRequest describeDBSubnetGroupsRequest) Returns a list of DBSubnetGroup descriptions.AmazonRDSAsync.describeDBSubnetGroupsAsync
(DescribeDBSubnetGroupsRequest describeDBSubnetGroupsRequest, AsyncHandler<DescribeDBSubnetGroupsRequest, DescribeDBSubnetGroupsResult> asyncHandler) Returns a list of DBSubnetGroup descriptions.AmazonRDSAsyncClient.describeDBSubnetGroupsAsync
(DescribeDBSubnetGroupsRequest request) AmazonRDSAsyncClient.describeDBSubnetGroupsAsync
(DescribeDBSubnetGroupsRequest request, AsyncHandler<DescribeDBSubnetGroupsRequest, DescribeDBSubnetGroupsResult> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type DescribeDBSubnetGroupsRequestModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.describeDBSubnetGroupsAsync
(AsyncHandler<DescribeDBSubnetGroupsRequest, DescribeDBSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeDBSubnetGroups operation with an AsyncHandler.AbstractAmazonRDSAsync.describeDBSubnetGroupsAsync
(DescribeDBSubnetGroupsRequest request, AsyncHandler<DescribeDBSubnetGroupsRequest, DescribeDBSubnetGroupsResult> asyncHandler) AmazonRDSAsync.describeDBSubnetGroupsAsync
(AsyncHandler<DescribeDBSubnetGroupsRequest, DescribeDBSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeDBSubnetGroups operation with an AsyncHandler.AmazonRDSAsync.describeDBSubnetGroupsAsync
(DescribeDBSubnetGroupsRequest describeDBSubnetGroupsRequest, AsyncHandler<DescribeDBSubnetGroupsRequest, DescribeDBSubnetGroupsResult> asyncHandler) Returns a list of DBSubnetGroup descriptions.AmazonRDSAsyncClient.describeDBSubnetGroupsAsync
(AsyncHandler<DescribeDBSubnetGroupsRequest, DescribeDBSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeDBSubnetGroups operation with an AsyncHandler.AmazonRDSAsyncClient.describeDBSubnetGroupsAsync
(DescribeDBSubnetGroupsRequest request, AsyncHandler<DescribeDBSubnetGroupsRequest, DescribeDBSubnetGroupsResult> asyncHandler) -
Uses of DescribeDBSubnetGroupsRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DescribeDBSubnetGroupsRequestModifier and TypeMethodDescriptionDescribeDBSubnetGroupsRequest.clone()
DescribeDBSubnetGroupsRequest.withDBSubnetGroupName
(String dBSubnetGroupName) The name of the DB subnet group to return details for.DescribeDBSubnetGroupsRequest.withFilters
(Filter... filters) This parameter is not currently supported.DescribeDBSubnetGroupsRequest.withFilters
(Collection<Filter> filters) This parameter is not currently supported.DescribeDBSubnetGroupsRequest.withMarker
(String marker) An optional pagination token provided by a previous DescribeDBSubnetGroups request.DescribeDBSubnetGroupsRequest.withMaxRecords
(Integer maxRecords) The maximum number of records to include in the response.