Uses of Class
software.amazon.awssdk.services.memorydb.model.ResetParameterGroupResponse
-
Packages that use ResetParameterGroupResponse Package Description software.amazon.awssdk.services.memorydb MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. -
-
Uses of ResetParameterGroupResponse in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb that return ResetParameterGroupResponse Modifier and Type Method Description default ResetParameterGroupResponseMemoryDbClient. resetParameterGroup(Consumer<ResetParameterGroupRequest.Builder> resetParameterGroupRequest)Modifies the parameters of a parameter group to the engine or system default value.default ResetParameterGroupResponseMemoryDbClient. resetParameterGroup(ResetParameterGroupRequest resetParameterGroupRequest)Modifies the parameters of a parameter group to the engine or system default value.Methods in software.amazon.awssdk.services.memorydb that return types with arguments of type ResetParameterGroupResponse Modifier and Type Method Description default CompletableFuture<ResetParameterGroupResponse>MemoryDbAsyncClient. resetParameterGroup(Consumer<ResetParameterGroupRequest.Builder> resetParameterGroupRequest)Modifies the parameters of a parameter group to the engine or system default value.default CompletableFuture<ResetParameterGroupResponse>MemoryDbAsyncClient. resetParameterGroup(ResetParameterGroupRequest resetParameterGroupRequest)Modifies the parameters of a parameter group to the engine or system default value.
-