Uses of Class
software.amazon.awssdk.services.rds.model.DescribeDbSubnetGroupsResponse
-
Packages that use DescribeDbSubnetGroupsResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.paginators -
-
Uses of DescribeDbSubnetGroupsResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DescribeDbSubnetGroupsResponse Modifier and Type Method Description default DescribeDbSubnetGroupsResponseRdsClient. describeDBSubnetGroups()Returns a list of DBSubnetGroup descriptions.default DescribeDbSubnetGroupsResponseRdsClient. describeDBSubnetGroups(Consumer<DescribeDbSubnetGroupsRequest.Builder> describeDbSubnetGroupsRequest)Returns a list of DBSubnetGroup descriptions.default DescribeDbSubnetGroupsResponseRdsClient. describeDBSubnetGroups(DescribeDbSubnetGroupsRequest describeDbSubnetGroupsRequest)Returns a list of DBSubnetGroup descriptions.Methods in software.amazon.awssdk.services.rds that return types with arguments of type DescribeDbSubnetGroupsResponse Modifier and Type Method Description default CompletableFuture<DescribeDbSubnetGroupsResponse>RdsAsyncClient. describeDBSubnetGroups()Returns a list of DBSubnetGroup descriptions.default CompletableFuture<DescribeDbSubnetGroupsResponse>RdsAsyncClient. describeDBSubnetGroups(Consumer<DescribeDbSubnetGroupsRequest.Builder> describeDbSubnetGroupsRequest)Returns a list of DBSubnetGroup descriptions.default CompletableFuture<DescribeDbSubnetGroupsResponse>RdsAsyncClient. describeDBSubnetGroups(DescribeDbSubnetGroupsRequest describeDbSubnetGroupsRequest)Returns a list of DBSubnetGroup descriptions. -
Uses of DescribeDbSubnetGroupsResponse in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DescribeDbSubnetGroupsResponse Modifier and Type Method Description Iterator<DescribeDbSubnetGroupsResponse>DescribeDBSubnetGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.rds.paginators with type arguments of type DescribeDbSubnetGroupsResponse Modifier and Type Method Description voidDescribeDBSubnetGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDbSubnetGroupsResponse> subscriber)
-