Uses of Class
software.amazon.awssdk.services.dax.model.CreateParameterGroupResponse
-
Packages that use CreateParameterGroupResponse Package Description software.amazon.awssdk.services.dax DAX is a managed caching service engineered for Amazon DynamoDB. -
-
Uses of CreateParameterGroupResponse in software.amazon.awssdk.services.dax
Methods in software.amazon.awssdk.services.dax that return CreateParameterGroupResponse Modifier and Type Method Description default CreateParameterGroupResponseDaxClient. createParameterGroup(Consumer<CreateParameterGroupRequest.Builder> createParameterGroupRequest)Creates a new parameter group.default CreateParameterGroupResponseDaxClient. createParameterGroup(CreateParameterGroupRequest createParameterGroupRequest)Creates a new parameter group.Methods in software.amazon.awssdk.services.dax that return types with arguments of type CreateParameterGroupResponse Modifier and Type Method Description default CompletableFuture<CreateParameterGroupResponse>DaxAsyncClient. createParameterGroup(Consumer<CreateParameterGroupRequest.Builder> createParameterGroupRequest)Creates a new parameter group.default CompletableFuture<CreateParameterGroupResponse>DaxAsyncClient. createParameterGroup(CreateParameterGroupRequest createParameterGroupRequest)Creates a new parameter group.
-