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 ModifyCacheParameterGroupResponse
ElastiCacheClient. 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.Builder
ModifyCacheParameterGroupRequest. builder()
ModifyCacheParameterGroupRequest.Builder
ModifyCacheParameterGroupRequest.Builder. cacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to modify.ModifyCacheParameterGroupRequest.Builder
ModifyCacheParameterGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ModifyCacheParameterGroupRequest.Builder
ModifyCacheParameterGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ModifyCacheParameterGroupRequest.Builder
ModifyCacheParameterGroupRequest.Builder. parameterNameValues(Collection<ParameterNameValue> parameterNameValues)
An array of parameter names and values for the parameter update.ModifyCacheParameterGroupRequest.Builder
ModifyCacheParameterGroupRequest.Builder. parameterNameValues(Consumer<ParameterNameValue.Builder>... parameterNameValues)
An array of parameter names and values for the parameter update.ModifyCacheParameterGroupRequest.Builder
ModifyCacheParameterGroupRequest.Builder. parameterNameValues(ParameterNameValue... parameterNameValues)
An array of parameter names and values for the parameter update.ModifyCacheParameterGroupRequest.Builder
ModifyCacheParameterGroupRequest. 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()
-