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