Uses of Class
software.amazon.awssdk.services.elasticache.model.CreateCacheParameterGroupResponse
-
Packages that use CreateCacheParameterGroupResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of CreateCacheParameterGroupResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return CreateCacheParameterGroupResponse Modifier and Type Method Description default CreateCacheParameterGroupResponse
ElastiCacheClient. createCacheParameterGroup(Consumer<CreateCacheParameterGroupRequest.Builder> createCacheParameterGroupRequest)
Creates a new Amazon ElastiCache cache parameter group.default CreateCacheParameterGroupResponse
ElastiCacheClient. createCacheParameterGroup(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)
Creates a new Amazon ElastiCache cache parameter group.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type CreateCacheParameterGroupResponse Modifier and Type Method Description default CompletableFuture<CreateCacheParameterGroupResponse>
ElastiCacheAsyncClient. createCacheParameterGroup(Consumer<CreateCacheParameterGroupRequest.Builder> createCacheParameterGroupRequest)
Creates a new Amazon ElastiCache cache parameter group.default CompletableFuture<CreateCacheParameterGroupResponse>
ElastiCacheAsyncClient. createCacheParameterGroup(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)
Creates a new Amazon ElastiCache cache parameter group.
-