Uses of Class
software.amazon.awssdk.services.elasticache.model.DeleteCacheParameterGroupRequest
-
Packages that use DeleteCacheParameterGroupRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of DeleteCacheParameterGroupRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type DeleteCacheParameterGroupRequest Modifier and Type Method Description default CompletableFuture<DeleteCacheParameterGroupResponse>
ElastiCacheAsyncClient. deleteCacheParameterGroup(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest)
Deletes the specified cache parameter group.default DeleteCacheParameterGroupResponse
ElastiCacheClient. deleteCacheParameterGroup(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest)
Deletes the specified cache parameter group. -
Uses of DeleteCacheParameterGroupRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type DeleteCacheParameterGroupRequest Modifier and Type Method Description SdkHttpFullRequest
DeleteCacheParameterGroupRequestMarshaller. marshall(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest)
-