Uses of Interface
software.amazon.awssdk.services.elasticache.model.ModifyCacheParameterGroupRequest.Builder
-
Packages that use ModifyCacheParameterGroupRequest.Builder Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.model -
-
Uses of ModifyCacheParameterGroupRequest.Builder in software.amazon.awssdk.services.elasticache
Method parameters in software.amazon.awssdk.services.elasticache with type arguments of type ModifyCacheParameterGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<ModifyCacheParameterGroupResponse>ElastiCacheAsyncClient. modifyCacheParameterGroup(Consumer<ModifyCacheParameterGroupRequest.Builder> modifyCacheParameterGroupRequest)Modifies the parameters of a cache parameter group.default ModifyCacheParameterGroupResponseElastiCacheClient. modifyCacheParameterGroup(Consumer<ModifyCacheParameterGroupRequest.Builder> modifyCacheParameterGroupRequest)Modifies the parameters of a cache parameter group. -
Uses of ModifyCacheParameterGroupRequest.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return ModifyCacheParameterGroupRequest.Builder Modifier and Type Method Description static ModifyCacheParameterGroupRequest.BuilderModifyCacheParameterGroupRequest. builder()ModifyCacheParameterGroupRequest.BuilderModifyCacheParameterGroupRequest.Builder. cacheParameterGroupName(String cacheParameterGroupName)The name of the cache parameter group to modify.ModifyCacheParameterGroupRequest.BuilderModifyCacheParameterGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyCacheParameterGroupRequest.BuilderModifyCacheParameterGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifyCacheParameterGroupRequest.BuilderModifyCacheParameterGroupRequest.Builder. parameterNameValues(Collection<ParameterNameValue> parameterNameValues)An array of parameter names and values for the parameter update.ModifyCacheParameterGroupRequest.BuilderModifyCacheParameterGroupRequest.Builder. parameterNameValues(Consumer<ParameterNameValue.Builder>... parameterNameValues)An array of parameter names and values for the parameter update.ModifyCacheParameterGroupRequest.BuilderModifyCacheParameterGroupRequest.Builder. parameterNameValues(ParameterNameValue... parameterNameValues)An array of parameter names and values for the parameter update.ModifyCacheParameterGroupRequest.BuilderModifyCacheParameterGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type ModifyCacheParameterGroupRequest.Builder Modifier and Type Method Description static Class<? extends ModifyCacheParameterGroupRequest.Builder>ModifyCacheParameterGroupRequest. serializableBuilderClass()
-