Uses of Class
software.amazon.awssdk.services.neptune.model.DescribeDbSubnetGroupsRequest
-
Packages that use DescribeDbSubnetGroupsRequest Package Description software.amazon.awssdk.services.neptune Amazon Neptune software.amazon.awssdk.services.neptune.paginators software.amazon.awssdk.services.neptune.transform -
-
Uses of DescribeDbSubnetGroupsRequest in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune with parameters of type DescribeDbSubnetGroupsRequest Modifier and Type Method Description default CompletableFuture<DescribeDbSubnetGroupsResponse>NeptuneAsyncClient. describeDBSubnetGroups(DescribeDbSubnetGroupsRequest describeDbSubnetGroupsRequest)Returns a list of DBSubnetGroup descriptions.default DescribeDbSubnetGroupsResponseNeptuneClient. describeDBSubnetGroups(DescribeDbSubnetGroupsRequest describeDbSubnetGroupsRequest)Returns a list of DBSubnetGroup descriptions.default DescribeDBSubnetGroupsPublisherNeptuneAsyncClient. describeDBSubnetGroupsPaginator(DescribeDbSubnetGroupsRequest describeDbSubnetGroupsRequest)Returns a list of DBSubnetGroup descriptions.default DescribeDBSubnetGroupsIterableNeptuneClient. describeDBSubnetGroupsPaginator(DescribeDbSubnetGroupsRequest describeDbSubnetGroupsRequest)Returns a list of DBSubnetGroup descriptions. -
Uses of DescribeDbSubnetGroupsRequest in software.amazon.awssdk.services.neptune.paginators
Constructors in software.amazon.awssdk.services.neptune.paginators with parameters of type DescribeDbSubnetGroupsRequest Constructor Description DescribeDBSubnetGroupsIterable(NeptuneClient client, DescribeDbSubnetGroupsRequest firstRequest)DescribeDBSubnetGroupsPublisher(NeptuneAsyncClient client, DescribeDbSubnetGroupsRequest firstRequest) -
Uses of DescribeDbSubnetGroupsRequest in software.amazon.awssdk.services.neptune.transform
Methods in software.amazon.awssdk.services.neptune.transform with parameters of type DescribeDbSubnetGroupsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeDbSubnetGroupsRequestMarshaller. marshall(DescribeDbSubnetGroupsRequest describeDbSubnetGroupsRequest)
-