Uses of Class
software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest
-
Packages that use UpdateParameterGroupRequest 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.software.amazon.awssdk.services.memorydb.transform -
-
Uses of UpdateParameterGroupRequest in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb with parameters of type UpdateParameterGroupRequest Modifier and Type Method Description default CompletableFuture<UpdateParameterGroupResponse>MemoryDbAsyncClient. updateParameterGroup(UpdateParameterGroupRequest updateParameterGroupRequest)Updates the parameters of a parameter group.default UpdateParameterGroupResponseMemoryDbClient. updateParameterGroup(UpdateParameterGroupRequest updateParameterGroupRequest)Updates the parameters of a parameter group. -
Uses of UpdateParameterGroupRequest in software.amazon.awssdk.services.memorydb.transform
Methods in software.amazon.awssdk.services.memorydb.transform with parameters of type UpdateParameterGroupRequest Modifier and Type Method Description SdkHttpFullRequestUpdateParameterGroupRequestMarshaller. marshall(UpdateParameterGroupRequest updateParameterGroupRequest)
-