Uses of Interface
software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest.Builder
-
Packages that use UpdateParameterGroupRequest.Builder 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.software.amazon.awssdk.services.memorydb.model -
-
Uses of UpdateParameterGroupRequest.Builder in software.amazon.awssdk.services.memorydb
Method parameters in software.amazon.awssdk.services.memorydb with type arguments of type UpdateParameterGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateParameterGroupResponse>MemoryDbAsyncClient. updateParameterGroup(Consumer<UpdateParameterGroupRequest.Builder> updateParameterGroupRequest)Updates the parameters of a parameter group.default UpdateParameterGroupResponseMemoryDbClient. updateParameterGroup(Consumer<UpdateParameterGroupRequest.Builder> updateParameterGroupRequest)Updates the parameters of a parameter group. -
Uses of UpdateParameterGroupRequest.Builder in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return UpdateParameterGroupRequest.Builder Modifier and Type Method Description static UpdateParameterGroupRequest.BuilderUpdateParameterGroupRequest. builder()UpdateParameterGroupRequest.BuilderUpdateParameterGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateParameterGroupRequest.BuilderUpdateParameterGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateParameterGroupRequest.BuilderUpdateParameterGroupRequest.Builder. parameterGroupName(String parameterGroupName)The name of the parameter group to update.UpdateParameterGroupRequest.BuilderUpdateParameterGroupRequest.Builder. parameterNameValues(Collection<ParameterNameValue> parameterNameValues)An array of parameter names and values for the parameter update.UpdateParameterGroupRequest.BuilderUpdateParameterGroupRequest.Builder. parameterNameValues(Consumer<ParameterNameValue.Builder>... parameterNameValues)An array of parameter names and values for the parameter update.UpdateParameterGroupRequest.BuilderUpdateParameterGroupRequest.Builder. parameterNameValues(ParameterNameValue... parameterNameValues)An array of parameter names and values for the parameter update.UpdateParameterGroupRequest.BuilderUpdateParameterGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type UpdateParameterGroupRequest.Builder Modifier and Type Method Description static Class<? extends UpdateParameterGroupRequest.Builder>UpdateParameterGroupRequest. serializableBuilderClass()
-