Uses of Class
software.amazon.awssdk.services.dax.model.DescribeParametersRequest
-
Packages that use DescribeParametersRequest 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 DescribeParametersRequest in software.amazon.awssdk.services.dax
Methods in software.amazon.awssdk.services.dax with parameters of type DescribeParametersRequest Modifier and Type Method Description default CompletableFuture<DescribeParametersResponse>DaxAsyncClient. describeParameters(DescribeParametersRequest describeParametersRequest)Returns the detailed parameter list for a particular parameter group.default DescribeParametersResponseDaxClient. describeParameters(DescribeParametersRequest describeParametersRequest)Returns the detailed parameter list for a particular parameter group. -
Uses of DescribeParametersRequest in software.amazon.awssdk.services.dax.transform
Methods in software.amazon.awssdk.services.dax.transform with parameters of type DescribeParametersRequest Modifier and Type Method Description SdkHttpFullRequestDescribeParametersRequestMarshaller. marshall(DescribeParametersRequest describeParametersRequest)
-