Uses of Class
software.amazon.awssdk.services.dax.model.UpdateParameterGroupResponse
-
Packages that use UpdateParameterGroupResponse Package Description software.amazon.awssdk.services.dax DAX is a managed caching service engineered for Amazon DynamoDB. -
-
Uses of UpdateParameterGroupResponse in software.amazon.awssdk.services.dax
Methods in software.amazon.awssdk.services.dax that return UpdateParameterGroupResponse Modifier and Type Method Description default UpdateParameterGroupResponseDaxClient. updateParameterGroup(Consumer<UpdateParameterGroupRequest.Builder> updateParameterGroupRequest)Modifies the parameters of a parameter group.default UpdateParameterGroupResponseDaxClient. updateParameterGroup(UpdateParameterGroupRequest updateParameterGroupRequest)Modifies the parameters of a parameter group.Methods in software.amazon.awssdk.services.dax that return types with arguments of type UpdateParameterGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateParameterGroupResponse>DaxAsyncClient. updateParameterGroup(Consumer<UpdateParameterGroupRequest.Builder> updateParameterGroupRequest)Modifies the parameters of a parameter group.default CompletableFuture<UpdateParameterGroupResponse>DaxAsyncClient. updateParameterGroup(UpdateParameterGroupRequest updateParameterGroupRequest)Modifies the parameters of a parameter group.
-