Uses of Class
software.amazon.awssdk.services.dax.model.CreateParameterGroupRequest
-
Packages that use CreateParameterGroupRequest 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 CreateParameterGroupRequest in software.amazon.awssdk.services.dax
Methods in software.amazon.awssdk.services.dax with parameters of type CreateParameterGroupRequest Modifier and Type Method Description default CompletableFuture<CreateParameterGroupResponse>DaxAsyncClient. createParameterGroup(CreateParameterGroupRequest createParameterGroupRequest)Creates a new parameter group.default CreateParameterGroupResponseDaxClient. createParameterGroup(CreateParameterGroupRequest createParameterGroupRequest)Creates a new parameter group. -
Uses of CreateParameterGroupRequest in software.amazon.awssdk.services.dax.transform
Methods in software.amazon.awssdk.services.dax.transform with parameters of type CreateParameterGroupRequest Modifier and Type Method Description SdkHttpFullRequestCreateParameterGroupRequestMarshaller. marshall(CreateParameterGroupRequest createParameterGroupRequest)
-