Uses of Class
software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupResponse
-
Packages that use UpdateParameterGroupResponse Package Description software.amazon.awssdk.services.memorydb MemoryDB is a fully managed, Redis OSS-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. -
-
Uses of UpdateParameterGroupResponse in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb that return UpdateParameterGroupResponse Modifier and Type Method Description default UpdateParameterGroupResponseMemoryDbClient. updateParameterGroup(Consumer<UpdateParameterGroupRequest.Builder> updateParameterGroupRequest)Updates the parameters of a parameter group.default UpdateParameterGroupResponseMemoryDbClient. updateParameterGroup(UpdateParameterGroupRequest updateParameterGroupRequest)Updates the parameters of a parameter group.Methods in software.amazon.awssdk.services.memorydb that return types with arguments of type UpdateParameterGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateParameterGroupResponse>MemoryDbAsyncClient. updateParameterGroup(Consumer<UpdateParameterGroupRequest.Builder> updateParameterGroupRequest)Updates the parameters of a parameter group.default CompletableFuture<UpdateParameterGroupResponse>MemoryDbAsyncClient. updateParameterGroup(UpdateParameterGroupRequest updateParameterGroupRequest)Updates the parameters of a parameter group.
-