Uses of Class
com.amazonaws.services.rds.model.DescribeDBSubnetGroupsResult
Packages that use DescribeDBSubnetGroupsResult
-
Uses of DescribeDBSubnetGroupsResult in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds that return DescribeDBSubnetGroupsResultModifier and TypeMethodDescriptionAbstractAmazonRDS.describeDBSubnetGroups()
AbstractAmazonRDS.describeDBSubnetGroups
(DescribeDBSubnetGroupsRequest request) AmazonRDS.describeDBSubnetGroups()
Simplified method form for invoking the DescribeDBSubnetGroups operation.AmazonRDS.describeDBSubnetGroups
(DescribeDBSubnetGroupsRequest describeDBSubnetGroupsRequest) Returns a list of DBSubnetGroup descriptions.AmazonRDSClient.describeDBSubnetGroups()
AmazonRDSClient.describeDBSubnetGroups
(DescribeDBSubnetGroupsRequest describeDBSubnetGroupsRequest) Returns a list of DBSubnetGroup descriptions.Methods in com.amazonaws.services.rds that return types with arguments of type DescribeDBSubnetGroupsResultModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.describeDBSubnetGroupsAsync()
Simplified method form for invoking the DescribeDBSubnetGroups operation.AbstractAmazonRDSAsync.describeDBSubnetGroupsAsync
(AsyncHandler<DescribeDBSubnetGroupsRequest, DescribeDBSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeDBSubnetGroups operation with an AsyncHandler.AbstractAmazonRDSAsync.describeDBSubnetGroupsAsync
(DescribeDBSubnetGroupsRequest request) AbstractAmazonRDSAsync.describeDBSubnetGroupsAsync
(DescribeDBSubnetGroupsRequest request, AsyncHandler<DescribeDBSubnetGroupsRequest, DescribeDBSubnetGroupsResult> asyncHandler) AmazonRDSAsync.describeDBSubnetGroupsAsync()
Simplified method form for invoking the DescribeDBSubnetGroups operation.AmazonRDSAsync.describeDBSubnetGroupsAsync
(AsyncHandler<DescribeDBSubnetGroupsRequest, DescribeDBSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeDBSubnetGroups operation with an 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()
Simplified method form for invoking the DescribeDBSubnetGroups operation.AmazonRDSAsyncClient.describeDBSubnetGroupsAsync
(AsyncHandler<DescribeDBSubnetGroupsRequest, DescribeDBSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeDBSubnetGroups operation with an AsyncHandler.AmazonRDSAsyncClient.describeDBSubnetGroupsAsync
(DescribeDBSubnetGroupsRequest request) AmazonRDSAsyncClient.describeDBSubnetGroupsAsync
(DescribeDBSubnetGroupsRequest request, AsyncHandler<DescribeDBSubnetGroupsRequest, DescribeDBSubnetGroupsResult> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type DescribeDBSubnetGroupsResultModifier 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 DescribeDBSubnetGroupsResult in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DescribeDBSubnetGroupsResultModifier and TypeMethodDescriptionDescribeDBSubnetGroupsResult.clone()
DescribeDBSubnetGroupsResult.withDBSubnetGroups
(DBSubnetGroup... dBSubnetGroups) A list of DBSubnetGroup instances.DescribeDBSubnetGroupsResult.withDBSubnetGroups
(Collection<DBSubnetGroup> dBSubnetGroups) A list of DBSubnetGroup instances.DescribeDBSubnetGroupsResult.withMarker
(String marker) An optional pagination token provided by a previous request.