Uses of Class
software.amazon.awssdk.services.dax.model.DescribeSubnetGroupsResponse
-
Packages that use DescribeSubnetGroupsResponse Package Description software.amazon.awssdk.services.dax DAX is a managed caching service engineered for Amazon DynamoDB. -
-
Uses of DescribeSubnetGroupsResponse in software.amazon.awssdk.services.dax
Methods in software.amazon.awssdk.services.dax that return DescribeSubnetGroupsResponse Modifier and Type Method Description default DescribeSubnetGroupsResponseDaxClient. describeSubnetGroups()Returns a list of subnet group descriptions.default DescribeSubnetGroupsResponseDaxClient. describeSubnetGroups(Consumer<DescribeSubnetGroupsRequest.Builder> describeSubnetGroupsRequest)Returns a list of subnet group descriptions.default DescribeSubnetGroupsResponseDaxClient. describeSubnetGroups(DescribeSubnetGroupsRequest describeSubnetGroupsRequest)Returns a list of subnet group descriptions.Methods in software.amazon.awssdk.services.dax that return types with arguments of type DescribeSubnetGroupsResponse Modifier and Type Method Description default CompletableFuture<DescribeSubnetGroupsResponse>DaxAsyncClient. describeSubnetGroups()Returns a list of subnet group descriptions.default CompletableFuture<DescribeSubnetGroupsResponse>DaxAsyncClient. describeSubnetGroups(Consumer<DescribeSubnetGroupsRequest.Builder> describeSubnetGroupsRequest)Returns a list of subnet group descriptions.default CompletableFuture<DescribeSubnetGroupsResponse>DaxAsyncClient. describeSubnetGroups(DescribeSubnetGroupsRequest describeSubnetGroupsRequest)Returns a list of subnet group descriptions.
-