Uses of Class
software.amazon.awssdk.services.elasticache.model.CreateCacheParameterGroupRequest
-
Packages that use CreateCacheParameterGroupRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of CreateCacheParameterGroupRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type CreateCacheParameterGroupRequest Modifier and Type Method Description default CompletableFuture<CreateCacheParameterGroupResponse>ElastiCacheAsyncClient. createCacheParameterGroup(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)Creates a new Amazon ElastiCache cache parameter group.default CreateCacheParameterGroupResponseElastiCacheClient. createCacheParameterGroup(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)Creates a new Amazon ElastiCache cache parameter group. -
Uses of CreateCacheParameterGroupRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type CreateCacheParameterGroupRequest Modifier and Type Method Description SdkHttpFullRequestCreateCacheParameterGroupRequestMarshaller. marshall(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)
-