Uses of Class
software.amazon.awssdk.services.neptune.model.DescribeDbSubnetGroupsResponse
-
Packages that use DescribeDbSubnetGroupsResponse Package Description software.amazon.awssdk.services.neptune Amazon Neptune software.amazon.awssdk.services.neptune.paginators -
-
Uses of DescribeDbSubnetGroupsResponse in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune that return DescribeDbSubnetGroupsResponse Modifier and Type Method Description default DescribeDbSubnetGroupsResponseNeptuneClient. describeDBSubnetGroups()Returns a list of DBSubnetGroup descriptions.default DescribeDbSubnetGroupsResponseNeptuneClient. describeDBSubnetGroups(Consumer<DescribeDbSubnetGroupsRequest.Builder> describeDbSubnetGroupsRequest)Returns a list of DBSubnetGroup descriptions.default DescribeDbSubnetGroupsResponseNeptuneClient. describeDBSubnetGroups(DescribeDbSubnetGroupsRequest describeDbSubnetGroupsRequest)Returns a list of DBSubnetGroup descriptions.Methods in software.amazon.awssdk.services.neptune that return types with arguments of type DescribeDbSubnetGroupsResponse Modifier and Type Method Description default CompletableFuture<DescribeDbSubnetGroupsResponse>NeptuneAsyncClient. describeDBSubnetGroups()Returns a list of DBSubnetGroup descriptions.default CompletableFuture<DescribeDbSubnetGroupsResponse>NeptuneAsyncClient. describeDBSubnetGroups(Consumer<DescribeDbSubnetGroupsRequest.Builder> describeDbSubnetGroupsRequest)Returns a list of DBSubnetGroup descriptions.default CompletableFuture<DescribeDbSubnetGroupsResponse>NeptuneAsyncClient. describeDBSubnetGroups(DescribeDbSubnetGroupsRequest describeDbSubnetGroupsRequest)Returns a list of DBSubnetGroup descriptions. -
Uses of DescribeDbSubnetGroupsResponse in software.amazon.awssdk.services.neptune.paginators
Methods in software.amazon.awssdk.services.neptune.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.neptune.paginators with type arguments of type DescribeDbSubnetGroupsResponse Modifier and Type Method Description voidDescribeDBSubnetGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDbSubnetGroupsResponse> subscriber)
-