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